Skip to content

Commit c3458e3

Browse files
committed
Typos
1 parent 182bb74 commit c3458e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

vertx-sql-client-template/src/main/java/io/vertx/sqlclient/template/annotations/Column.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import java.lang.annotation.Target;
77

88
/**
9-
* Annotate a Vert.x data object property for custom configuration of this property
10-
* when it is mapped to a column.
9+
* Annotate a Vert.x data object property for custom configuration when it is mapped to a column.
1110
*/
1211
@Retention(RetentionPolicy.RUNTIME)
1312
@Target({ElementType.METHOD, ElementType.FIELD})

vertx-sql-client-template/src/main/java/io/vertx/sqlclient/template/annotations/TemplateParam.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import java.lang.annotation.Target;
77

88
/**
9-
* Annotate a Vert.x data object property for custom configuration when this property when
10-
* it is mapped to a template parameter.
9+
* Annotate a Vert.x data object property for custom configuration when it is mapped to a template parameter.
1110
*/
1211
@Retention(RetentionPolicy.RUNTIME)
1312
@Target({ElementType.METHOD, ElementType.FIELD})

0 commit comments

Comments
 (0)