[teiid-commits] teiid SVN: r4118 - trunk/api/src/main/java/org/teiid/translator.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu May 17 10:16:50 EDT 2012


Author: shawkins
Date: 2012-05-17 10:16:49 -0400 (Thu, 17 May 2012)
New Revision: 4118

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

Modified: trunk/api/src/main/java/org/teiid/translator/ExecutionFactory.java
===================================================================
--- trunk/api/src/main/java/org/teiid/translator/ExecutionFactory.java	2012-05-16 21:19:08 UTC (rev 4117)
+++ trunk/api/src/main/java/org/teiid/translator/ExecutionFactory.java	2012-05-17 14:16:49 UTC (rev 4118)
@@ -710,11 +710,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