#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
@@ -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();