Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -41,9 +41,7 @@
41 41 * @param pColumnDefinition Column Definition (Column Type must equal String) (!null).
42 42 * @param pValues Strings that are to be used for <i>contains</i> checking (!null).
43 43 */
44 - protected AbstractWhereClauseColumnAndLikeValues( WhereClauseType pType,
45 - SimpleColumnDefinition pColumnDefinition,
46 - String[] pValues )
44 + protected AbstractWhereClauseColumnAndLikeValues( WhereClauseType pType, SimpleColumnDefinition pColumnDefinition, String[] pValues )
47 45 {
48 46 super( pType, pColumnDefinition );
49 47