imbajin commented on code in PR #133:
URL: 
https://github.com/apache/incubator-hugegraph-commons/pull/133#discussion_r1384279726


##########
hugegraph-common/src/main/java/org/apache/hugegraph/rest/RestResult.java:
##########
@@ -77,15 +85,15 @@ public <T> List<T> readList(String key, Class<T> clazz) {
             JsonNode element = root.get(key);
             if (element == null) {
                 throw new SerializeException(
-                          "Can't find value of the key: %s in json.", key);
+                        "Can't find value of the key: %s in json.", key);

Review Comment:
   **Note:** if line ≤ 100, just use one line instead (don't need wrap line, so 
as other cases)



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

Reply via email to