AMashenkov commented on a change in pull request #9:
URL: https://github.com/apache/ignite-3/pull/9#discussion_r568638577



##########
File path: modules/rest/src/main/java/org/apache/ignite/rest/ErrorResult.java
##########
@@ -30,4 +30,16 @@ public ErrorResult(String type, String message) {
         this.type = type;
         this.message = message;
     }
+
+    /**

Review comment:
       Javadoc

##########
File path: modules/rest/src/main/java/org/apache/ignite/rest/ErrorResult.java
##########
@@ -30,4 +30,16 @@ public ErrorResult(String type, String message) {
         this.type = type;
         this.message = message;
     }
+
+    /**
+     */
+    public String type() {
+        return type;
+    }
+
+    /**

Review comment:
       Javadoc

##########
File path: 
modules/rest/src/main/java/org/apache/ignite/rest/configuration/RestConfigurationSchema.java
##########
@@ -20,6 +20,7 @@
 import org.apache.ignite.configuration.annotation.Config;
 import org.apache.ignite.configuration.annotation.Value;
 
+@SuppressWarnings("PMD.UnusedPrivateField")
 @Config(value = "rest", root = true)
 public class RestConfigurationSchema {

Review comment:
       Javadoc




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


Reply via email to