Skip to content

Commit c40b83b

Browse files
authored
Update Doc for new API (#1043)
1 parent 76093fd commit c40b83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data-refactoring-advisor/hands-on-lab/community-detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(graph !=null) {
5252

5353
```
5454
// Get a list of graphs loaded into the graph server memory
55-
session.getGraphs();
55+
session.getGraphs(Namespace.PRIVATE)
5656
```
5757

5858
## Render Graph using pgql-pgx
@@ -125,7 +125,7 @@ Switch to pgql-pgx
125125
SELECT COUNT(DISTINCT N.COMMUNITY) AS NUM_COMMUNITIES FROM MATCH (n) ON UNIVERSITYSCHEMA
126126
```
127127

128-
6 communities detected, lets see what we have
128+
5 communities detected, lets see what we have
129129

130130
## List Communities and Number of Nodes in Each
131131

Loading

0 commit comments

Comments
 (0)