Skip to content

Comments

Branch fix client#225

Merged
imbajin merged 3 commits intoapache:masterfrom
zhenyuT:branch-fix-client
May 14, 2023
Merged

Branch fix client#225
imbajin merged 3 commits intoapache:masterfrom
zhenyuT:branch-fix-client

Conversation

@zhenyuT
Copy link
Contributor

@zhenyuT zhenyuT commented May 14, 2023

fix #217
将示例代码中的baidu包替换成apache

zhenyuT added 2 commits May 14, 2023 21:43
替换baidu的包为apache
repalace the baidu package to apache
Comment on lines -155 to +165
Vertex marko = graph.addVertex(T.label, "person", "name", "marko",
Vertex marko = graph.addVertex(T.LABEL, "person", "name", "marko",
"age", 29, "city", "Beijing");
Vertex vadas = graph.addVertex(T.label, "person", "name", "vadas",
Vertex vadas = graph.addVertex(T.LABEL, "person", "name", "vadas",
"age", 27, "city", "Hongkong");
Vertex lop = graph.addVertex(T.label, "software", "name", "lop",
Vertex lop = graph.addVertex(T.LABEL, "software", "name", "lop",
"lang", "java", "price", 328);
Vertex josh = graph.addVertex(T.label, "person", "name", "josh",
Vertex josh = graph.addVertex(T.LABEL, "person", "name", "josh",
"age", 32, "city", "Beijing");
Vertex ripple = graph.addVertex(T.label, "software", "name", "ripple",
Vertex ripple = graph.addVertex(T.LABEL, "software", "name", "ripple",
"lang", "java", "price", 199);
Vertex peter = graph.addVertex(T.label, "person", "name", "peter",
Vertex peter = graph.addVertex(T.LABEL, "person", "name", "peter",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

}
```


Copy link
Member

@imbajin imbajin May 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems extra line? (Update: already removed it)

@imbajin imbajin merged commit 2cba4cc into apache:master May 14, 2023
github-actions bot pushed a commit that referenced this pull request May 14, 2023
* remove extra empty line

---------

Co-authored-by: imbajin <jin@apache.org> 2cba4cc
@zhenyuT zhenyuT deleted the branch-fix-client branch May 15, 2023 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Question] hugegraph-client 文档依赖过时 - 需更新

2 participants