sonatype-lift[bot] commented on a change in pull request #570:
URL: https://github.com/apache/solr/pull/570#discussion_r793731166



##########
File path: 
solr/core/src/java/org/apache/solr/handler/admin/api/ReloadCollectionAPI.java
##########
@@ -63,4 +62,9 @@ public void 
reloadCollection(PayloadObj<ReloadCollectionPayload> obj) throws Exc
 
     collectionsHandler.handleRequestBody(wrapParams(obj.getRequest(), 
v1Params), obj.getResponse());
   }
+
+  public class ReloadCollectionPayload implements ReflectMapWriter {

Review comment:
       *ClassCanBeStatic:*  Inner class is non-static but does not reference 
enclosing class [(details)](https://errorprone.info/bugpattern/ClassCanBeStatic)
   (at-me [in a reply](https://help.sonatype.com/lift/talking-to-lift) with 
`help` or `ignore`)




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to