Skip to content

Commit

Permalink
Suppress return value warnings for fluent interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Jul 27, 2023
1 parent daa1b4f commit b706a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/netpreserve/jwarc/FetchOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* @see WarcWriter#fetch(URI, FetchOptions)
*/
@SuppressWarnings("UnusedReturnValue")
public class FetchOptions {
long maxLength = 0;
long maxTime = 0;
Expand Down

0 comments on commit b706a8e

Please sign in to comment.