imbajin commented on code in PR #369:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/369#discussion_r1025285066
##########
hugegraph-client/src/main/java/org/apache/hugegraph/serializer/direct/reuse/BytesDemo.java:
##########
@@ -124,14 +124,17 @@ private void writeGraphElements() {
vadasB.property("price", "120");
vadasB.id(12345);
- Edge peterCreateLop = new
Edge("created").source(peter).target(lop).property("date", "2017-03-24");
+ Edge peterCreateLop = new Edge("created").source(peter).target(lop)
+ .property("date",
"2017-03-24");
Review Comment:
a little strange, it looks fine in ide

Oh, got the reason, the previous line have a virtual comment.... and I align
it manually
--
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]