[teiid-commits] teiid SVN: r804 - trunk/engine/src/main/java/com/metamatrix/common/application.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Apr 20 14:20:52 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-04-20 14:20:52 -0400 (Mon, 20 Apr 2009)
New Revision: 804

Modified:
   trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java
Log:
Teiid - 510 - removed the 2 properties that are no longer used 

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java	2009-04-20 16:37:50 UTC (rev 803)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java	2009-04-20 18:20:52 UTC (rev 804)
@@ -32,7 +32,6 @@
  */
 public interface DQPConfigSource {
 
-    public static final String MIN_FETCH_SIZE = "MinFetchSize"; //$NON-NLS-1$
 	public static final String MAX_FETCH_SIZE = "MaxFetchSize"; //$NON-NLS-1$
 	public static final String MAX_CODE_TABLE_RECORDS = "MaxCodeTableRecords"; //$NON-NLS-1$
 	public static final String MAX_CODE_TABLES = "MaxCodeTables"; //$NON-NLS-1$
@@ -43,7 +42,7 @@
 	public static final String USE_RESULTSET_CACHE = "ResultSetCacheEnabled"; //$NON-NLS-1$
 	public static final String RESULTSET_CACHE_SCOPE = "ResultSetCacheScope"; //$NON-NLS-1$
 	public static final String STREAMING_BATCH_SIZE     = "metamatrix.server.streamingBatchSize"; //$NON-NLS-1$
-	public static final String PROCESS_POOL_THREAD_TTL = "ProcessPoolThreadTTL"; //$NON-NLS-1$
+
 	public static final String PROCESS_POOL_MAX_THREADS = "ProcessPoolMaxThreads"; //$NON-NLS-1$
 	public static final String PROCESSOR_DEBUG_ALLOWED = "ProcessorDebugAllowed"; //$NON-NLS-1$
     public static final String COMMAND_LOGGER_CLASSNAME = "metamatrix.server.commandLoggerClassname"; //$NON-NLS-1$




More information about the teiid-commits mailing list