Skip to content

Commit 0473291

Browse files
authored
Fix javadoc reference to Field. (#1294)
Closes #1293.
1 parent ef31af0 commit 0473291

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors
2+
* Copyright 2012-2022 the original author or authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)