You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/02/02 14:21:46 UTC

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #9: IGNITE-13874 Add PMD, Idea inspections, and checkstyle rules

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




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