Skip to content

Commit 326835a

Browse files
committed
Updated src directory and the README
Changed the src directory from imports to uber
1 parent 2a68a2a commit 326835a

File tree

5 files changed

+4
-75
lines changed

5 files changed

+4
-75
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ that can be copied to the `plugin` directory of your Neo4j instance.
1919
Restart your Neo4j Server. Several new stored procedures are available:
2020

2121

22-
CALL com.dfauth.h3.returnHexAddress("38.439779", "-77.410522","9");
22+
CALL com.dfauth.h3.returnHexAddress(38.439779, -77.410522,"9");
2323
CALL com.dfauth.h3.polygonSearch
24-
CALL call com.dfauth.h3.lineBetweenLocations(37.131,-71.234,38.13,-71.3)
24+
CALL com.dfauth.h3.lineBetweenLocations(38.418582, -77.385268,38.500603, -77.444288);

src/main/java/com/dfauth/.DS_Store

0 Bytes
Binary file not shown.

src/main/java/com/dfauth/schema/Schema.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/main/java/com/dfauth/imports/Imports.java renamed to src/main/java/com/dfauth/uber/Uberh3.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.dfauth.imports;
1+
package com.dfauth.uber;
22

33
import com.dfauth.results.NodeResult;
44
import com.dfauth.results.NodeListResult;
@@ -20,7 +20,7 @@
2020
import java.util.*;
2121
import java.util.Map.Entry;
2222

23-
public class Imports {
23+
public class Uberh3 {
2424
@Context
2525
public GraphDatabaseService db;
2626

0 commit comments

Comments
 (0)