Skip to content

Commit e9976da

Browse files
committed
#23 Fix copy Paste Error in JavaDoc
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 78bcbba commit e9976da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/model/PaginatedResult.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class PaginatedResult<T extends Model> {
3535
/**
3636
* TODO: What does this contain? I would expect a number for the previous page.
3737
* <p>
38-
* This is {@code null} if there is no next page.
38+
* This is {@code null} if there is no previous page.
3939
* </p>
4040
*/
4141
@JsonProperty

0 commit comments

Comments
 (0)