#794 - Refactor - tidy code, javadoc tidy

This commit is contained in:
Robin Bygrave
2016-07-31 23:33:29 +12:00
parent ee0615caec
commit dfdf87fa2d
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -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);
@@ -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();