[teiid-commits] teiid SVN: r4119 - branches/7.7.x/api/src/main/java/org/teiid/translator.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu May 17 10:30:38 EDT 2012


Author: shawkins
Date: 2012-05-17 10:30:37 -0400 (Thu, 17 May 2012)
New Revision: 4119

Modified:
   branches/7.7.x/api/src/main/java/org/teiid/translator/ExecutionFactory.java
Log:
TEIID-2051 fixing the display text

Modified: branches/7.7.x/api/src/main/java/org/teiid/translator/ExecutionFactory.java
===================================================================
--- branches/7.7.x/api/src/main/java/org/teiid/translator/ExecutionFactory.java	2012-05-17 14:16:49 UTC (rev 4118)
+++ branches/7.7.x/api/src/main/java/org/teiid/translator/ExecutionFactory.java	2012-05-17 14:30:37 UTC (rev 4119)
@@ -731,11 +731,11 @@
 	}
 	
     /**
-     * Get the integer value representing the number of values allowed in an IN criteria
-     * in the WHERE clause of a query
-     * @since 5.0
+     * Get the integer value representing the max number of dependent IN predicates.
+     * This may be used to split a single dependent value via OR, or multiple dependent values
+     * via AND.
      */
-	@TranslatorProperty(display="Max number of dependent values across all IN predicates", advanced=true)
+	@TranslatorProperty(display="Max number of dependent IN predicates", advanced=true)
 	public int getMaxDependentInPredicates() {
 		return maxDependentInPredicates;
 	}



More information about the teiid-commits mailing list