Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -46,9 +46,7 @@
46 46 * @param pLeftValue Left (or 1st) value (!null).
47 47 * @param pRightValue Right (or 2nd) value (!null).
48 48 */
49 - protected AbstractWhereClauseColumnAndTwoValues( WhereClauseType pType,
50 - SimpleColumnDefinition pColumnDefinition,
51 - Object pLeftValue, Object pRightValue )
49 + protected AbstractWhereClauseColumnAndTwoValues( WhereClauseType pType, SimpleColumnDefinition pColumnDefinition, Object pLeftValue, Object pRightValue )
52 50 {
53 51 super( pType, pColumnDefinition );
54 52