Skip to content

Commit 268fc3c

Browse files
authored
fixed missing import in README.md
1 parent ebe43f0 commit 268fc3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ package com.arangodb.spring.demo.entity;
12751275
import com.arangodb.springframework.annotation.Document;
12761276
import com.arangodb.springframework.annotation.GeoIndexed;
12771277
import org.springframework.data.annotation.Id;
1278+
import org.springframework.data.geo.Point;
12781279

12791280
import java.util.Arrays;
12801281

0 commit comments

Comments
 (0)