ccrvincent commented on a change in pull request #23: SCIMple 84
URL: https://github.com/apache/directory-scimple/pull/23#discussion_r365505859
 
 

 ##########
 File path: 
scim-client/src/test/java/org/apache/directory/scim/client/filter/FilterBuilderGreaterTest.java
 ##########
 @@ -62,99 +62,99 @@
   public void testGreaterThanT_Int(Integer arg) throws 
UnsupportedEncodingException, FilterParseException {
     
     String encoded = FilterClient.builder().greaterThan("dog.weight", 
arg).toString();
-    Filter filter = new Filter(decode(encoded));
+    new Filter(decode(encoded));
 
 Review comment:
   These were all "Unused Local" warnings.  As they are in test classes and 
exceptions will still get thrown, I have removed the assignment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to