Skip to content

Commit

Permalink
#121 Javadoc Tool Can't Lookup Lombok Generated Stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Feb 16, 2024
1 parent d5183c5 commit 601d6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.securecodebox.persistence.defectdojo.config.Config;

/**
* Thrown if we receive more objects than {@link Config#getMaxPageCountForGets() configured}
* Thrown if we receive more objects than {@link Config configured}
*/
public final class TooManyResponsesException extends PersistenceException {
public TooManyResponsesException(String message) {
Expand Down

0 comments on commit 601d6ce

Please sign in to comment.