Skip to content

Commit

Permalink
Manually add CatsResponseBuilder as Javadoc plugin couldn't see it fo…
Browse files Browse the repository at this point in the history
…r some reason
  • Loading branch information
en-milie committed Mar 15, 2024
1 parent b7cbce3 commit 6ebd9a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/endava/cats/model/CatsResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,8 @@ public String responseBody() {
return responseBody;
}
}

public static class CatsResponseBuilder {
//ntd
}
}

0 comments on commit 6ebd9a7

Please sign in to comment.