Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/orsup/selection/nonpublic/AbstractWhereClauseColumnReference.java

Diff revisions: vs.
  @@ -35,8 +35,7 @@
35 35 * @param pType The Type for this WhereClause.
36 36 * @param pColumnDefinition Column Definition (!null).
37 37 */
38 - protected AbstractWhereClauseColumnReference( WhereClauseType pType,
39 - SimpleColumnDefinition pColumnDefinition )
38 + protected AbstractWhereClauseColumnReference( WhereClauseType pType, SimpleColumnDefinition pColumnDefinition )
40 39 {
41 40 super( pType );
42 41
  @@ -92,7 +91,7 @@
92 91 *
93 92 * @param pSB the StringBuilder to build the WhereClause into.
94 93 *
95 - * @see WhereClause#toSqlHelper(WCtoSqlHelper,StringBuilder)
94 + * @see WhereClause#toSqlHelper(WCtoSqlHelper, StringBuilder)
96 95 */
97 96 protected final void toSqlColumnReference( StringBuilder pSB )
98 97 {