Skip to content

Commit

Permalink
Remove suppression of the unused warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 10, 2023
1 parent 88fb80c commit 3a44d7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
*
* @author ludo
*/
@SuppressWarnings("unused")
public class LogRecord {

private long recordNumber;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ private Response convertQueryResult(final AttributeList queryResult, String type
return Response.ok(entity.toString(), type).build();
}

@SuppressWarnings("unused")
private static final class Params {

@QueryParam("logFileName")
Expand Down

0 comments on commit 3a44d7c

Please sign in to comment.