seagle-yuan commented on code in PR #1896:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r897985539


##########
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseSessions.java:
##########
@@ -331,55 +331,55 @@ public long storeSize(String table) throws IOException {
         /**
          * Add a row record to a table
          */
-        public abstract void put(String table, byte[] family, byte[] rowkey,
-                                 Collection<BackendColumn> columns);
+        void put(String table, byte[] family, byte[] rowkey,
+                 Collection<BackendColumn> columns);
 
         /**
          * Add a row record to a table(can be used when adding an index)
          */
-        public abstract void put(String table, byte[] family,
-                                 byte[] rowkey, byte[] qualifier, byte[] 
value);
+        void put(String table, byte[] family, byte[] rowkey, byte[] qualifier,

Review Comment:
   this line is only 79 char
   



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