Skip to content

Commit 1f46986

Browse files
committed
Fix javadoc reference to Field.
Closes #1293.
1 parent ef31af0 commit 1f46986

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/springframework/data/couchbase/repository/query/support

1 file changed

+1
-0
lines changed

src/main/java/org/springframework/data/couchbase/repository/query/support/N1qlUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import org.springframework.data.couchbase.core.convert.CouchbaseConverter;
2727
import org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity;
2828
import org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty;
29+
import org.springframework.data.couchbase.core.mapping.Field;
2930
import org.springframework.data.couchbase.core.query.N1QLExpression;
3031
import org.springframework.data.couchbase.core.query.N1QLQuery;
3132
import org.springframework.data.couchbase.repository.query.CouchbaseEntityInformation;

0 commit comments

Comments
 (0)