Skip to content

Commit

Permalink
Merge pull request #30 from lidongze0629/master
Browse files Browse the repository at this point in the history
update class name to UpperCamelCase(SSSP WCC PageRank)
  • Loading branch information
yecol authored Jul 30, 2018
2 parents 824fbf3 + b1903f4 commit 1412e92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-pagerank.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app: # Application specification
name: pagerank
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/pagerank/pagerank
mainclass: io/sevenbridges/grape/example/pagerank/PageRank

# compatible graph spec:
graph_etype:
Expand Down
2 changes: 1 addition & 1 deletion java-sssp-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app: # Application specification
name: sssp-auto
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/sssp/sssp_auto
mainclass: io/sevenbridges/grape/example/sssp/SSSPAuto

# compatible graph spec:
graph_etype:
Expand Down
2 changes: 1 addition & 1 deletion java-sssp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app: # Application specification
name: sssp
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/sssp/sssp
mainclass: io/sevenbridges/grape/example/sssp/SSSP

# compatible graph spec:
graph_etype:
Expand Down
2 changes: 1 addition & 1 deletion java-wcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app: # Application specification
name: wcc
so_location: $GRAPE_LIB/libapp_java_driver.so
classpath: $GRAPE_LIB/grape-java-0.1.jar
mainclass: io/sevenbridges/grape/example/wcc/wcc
mainclass: io/sevenbridges/grape/example/wcc/WCC

# compatible graph spec:
graph_etype:
Expand Down

0 comments on commit 1412e92

Please sign in to comment.