Skip to content

Commit ee6abe0

Browse files
committed
docs: update documentation removing h3
Signed-off-by: Otavio Santana <[email protected]>
1 parent 6784ac1 commit ee6abe0

File tree

1 file changed

+1
-1
lines changed
  • jnosql-database-commons/src/main/java/org/eclipse/jnosql/mapping/driver

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* <p>This utility supports repositories using custom query annotations such as {@code @AQL}, {@code @Cypher},
3030
* and others, where parameters are annotated with {@link Param} to enable named parameter binding.</p>
3131
*
32-
* <h3>Example Usage:</h3>
32+
* Example Usage:
3333
* <pre>{@code
3434
* public interface PersonRepository extends DatabaseBRepository<Person, String> {
3535
*

0 commit comments

Comments
 (0)