Skip to content

Commit 660290d

Browse files
issue #1052 update package names in SpatialSupport (#1123)
1 parent 2615e10 commit 660290d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

querydsl-libraries/querydsl-spatial/src/main/java/com/querydsl/spatial/apt/SpatialSupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ private static void addImports(AbstractModule module, String packageName) {
9191
@Override
9292
public void addSupport(AbstractModule module) {
9393
registerTypes(module.get(TypeMappings.class));
94-
addImports(module, "com.querydsl.spatial.path");
94+
addImports(module, "com.querydsl.spatial");
9595
registerJTSTypes(module.get(TypeMappings.class));
96-
addImports(module, "com.querydsl.spatial.jts.path");
96+
addImports(module, "com.querydsl.spatial.jts");
9797
}
9898
}

0 commit comments

Comments
 (0)