diff --git a/src/main/java/com/avaje/ebean/SqlUpdate.java b/src/main/java/com/avaje/ebean/SqlUpdate.java index 5fe6022a9..c02e89485 100644 --- a/src/main/java/com/avaje/ebean/SqlUpdate.java +++ b/src/main/java/com/avaje/ebean/SqlUpdate.java @@ -117,8 +117,7 @@ public interface SqlUpdate { SqlUpdate setParameter(int position, Object value); /** - * Set a null parameter via its index position. Exactly the same as - * {@link #setNull(int, int)}. + * Set a null parameter via its index position. */ SqlUpdate setNull(int position, int jdbcType); diff --git a/src/main/java/com/avaje/ebeaninternal/server/deploy/parse/AnnotationAssocManys.java b/src/main/java/com/avaje/ebeaninternal/server/deploy/parse/AnnotationAssocManys.java index e69abc3f1..1e6ebb809 100644 --- a/src/main/java/com/avaje/ebeaninternal/server/deploy/parse/AnnotationAssocManys.java +++ b/src/main/java/com/avaje/ebeaninternal/server/deploy/parse/AnnotationAssocManys.java @@ -170,9 +170,7 @@ public class AnnotationAssocManys extends AnnotationParser { } /** - * Return the full table name - * @param joinTable - * @return + * Return the full table name */ private String getFullTableName(JoinTable joinTable) { StringBuilder sb = new StringBuilder();