Skip to content

Commit fd8763b

Browse files
committed
docs: fix hazelcast documentation
Signed-off-by: Otavio Santana <[email protected]>
1 parent de38073 commit fd8763b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

jnosql-database-commons/src/main/java/org/eclipse/jnosql/mapping/driver/ParamUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* Utility class for extracting method parameters annotated with {@link Param} across all repository interfaces.
2828
*
29-
* <p>This utility supports repositories using custom query annotations such as {@code @AQL}, {@code @Cypher},
30-
* and others, where parameters are annotated with {@link Param} to enable named parameter binding.</p>
29+
* This utility supports repositories using custom query annotations such as {@code @AQL}, {@code @Cypher},
30+
* and others, where parameters are annotated with {@link Param} to enable named parameter binding.
3131
*
3232
* Example Usage:
3333
* <pre>{@code

jnosql-hazelcast/src/main/java/org/eclipse/jnosql/databases/hazelcast/mapping/HazelcastRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
/**
2121
* A Hazelcast-specific extension of {@link NoSQLRepository}, providing
2222
* key-value data storage and retrieval using Hazelcast.
23-
* <p>
2423
* This repository interface allows for defining custom queries using
2524
* {@link Query} annotations and enables CRUD operations for entities.
26-
* </p>
2725
*
2826
* Example usage:
2927
* <pre>

jnosql-hazelcast/src/main/java/org/eclipse/jnosql/databases/hazelcast/mapping/Query.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121

2222
/**
2323
* Annotation for defining a dynamic query method in Hazelcast repositories.
24-
* <p>
2524
* This annotation allows developers to specify Hazelcast query expressions
2625
* directly in repository methods.
27-
* </p>
2826
*
2927
* Example usage:
3028
* <pre>

0 commit comments

Comments
 (0)