alex-plekhanov commented on a change in pull request #7648: IGNITE-12857 Put 
custom objects via REST
URL: https://github.com/apache/ignite/pull/7648#discussion_r409529041
 
 

 ##########
 File path: 
modules/rest-http/src/main/java/org/apache/ignite/internal/processors/rest/protocols/http/jetty/GridJettyRestHandler.java
 ##########
 @@ -157,16 +160,15 @@
      *
      * @param hnd Handler.
      * @param authChecker Authentication checking closure.
-     * @param log Logger.
+     * @param ctx Kernal context.
      */
-    GridJettyRestHandler(GridRestProtocolHandler hnd, IgniteClosure<String, 
Boolean> authChecker, IgniteLogger log) {
+    GridJettyRestHandler(GridRestProtocolHandler hnd, IgniteClosure<String, 
Boolean> authChecker, GridKernalContext ctx) {
         assert hnd != null;
-        assert log != null;
 
 Review comment:
   Let's keep this assert (ctx != null)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to