Skip to content

Commit de38073

Browse files
committed
docs: removes h2 at N1SQL annotation
Signed-off-by: Otavio Santana <[email protected]>
1 parent d5d5948 commit de38073

File tree

1 file changed

+1
-3
lines changed
  • jnosql-couchbase/src/main/java/org/eclipse/jnosql/databases/couchbase/mapping

1 file changed

+1
-3
lines changed

jnosql-couchbase/src/main/java/org/eclipse/jnosql/databases/couchbase/mapping/N1QL.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222

2323
/**
2424
* Annotation used to define a dynamic N1QL query in {@link CouchbaseRepository}.
25-
* <p>
2625
* This annotation allows repository methods to be mapped to Couchbase N1QL queries.
2726
* Parameters can be provided using the {@link jakarta.data.repository.Param} annotation.
28-
* </p>
2927
*
30-
* <h2>Example Usage</h2>
28+
* Example Usage
3129
* <pre>{@code
3230
* @Repository
3331
* interface ProductRepository extends CouchbaseRepository<Product, String> {

0 commit comments

Comments
 (0)