[Yanel-commits] rev 24469 - public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon May 14 23:29:16 CEST 2007


Author: michi
Date: 2007-05-14 23:29:15 +0200 (Mon, 14 May 2007)
New Revision: 24469

Modified:
   public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
Log:
get properties methods are obsolete

Modified: public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
===================================================================
--- public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2007-05-14 21:28:36 UTC (rev 24468)
+++ public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2007-05-14 21:29:15 UTC (rev 24469)
@@ -413,25 +413,6 @@
 		}
     }
     
-    /**
-     * Get property value from resource configuration
-     */
-    private String getResourceConfigProperty(String name) throws Exception {
-    	ResourceConfiguration rc = getConfiguration();
-    	if (rc != null) return rc.getProperty(name);
-    	return getRTI().getProperty(name);
-    }
-    
-    /**
-     * Get property value from resource configuration
-     */
-    private String[] getResourceConfigProperties(String name) throws Exception {
-    	ResourceConfiguration rc = getConfiguration();
-    	if (rc != null) return rc.getProperties(name);
-    	return getRTI().getProperties(name);
-    }
-
-
     protected RepositoryFactory getRepositoryFactory() {
         return yanel.getRepositoryFactory("DefaultRepositoryFactory");
     }




More information about the Yanel-commits mailing list