Skip to content

Commit 161a9fa

Browse files
committed
#121 Javadoc Tool Can't Lookup Lombok Generated Stuff
Signed-off-by: Sven Strittmatter <[email protected]>
1 parent 99715e7 commit 161a9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/exception/TooManyResponsesException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import io.securecodebox.persistence.defectdojo.config.Config;
88

99
/**
10-
* Thrown if we receive more objects than {@link Config#getMaxPageCountForGets() configured}
10+
* Thrown if we receive more objects than {@link Config configured}
1111
*/
1212
public final class TooManyResponsesException extends PersistenceException {
1313
public TooManyResponsesException(String message) {

0 commit comments

Comments
 (0)