[Yanel-commits] rev 24468 - public/yanel/trunk/src/resources/translation/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon May 14 23:28:37 CEST 2007


Author: michi
Date: 2007-05-14 23:28:36 +0200 (Mon, 14 May 2007)
New Revision: 24468

Modified:
   public/yanel/trunk/src/resources/translation/src/java/org/wyona/yanel/impl/resources/TranslationResource.java
Log:
get properties methods are obsolete

Modified: public/yanel/trunk/src/resources/translation/src/java/org/wyona/yanel/impl/resources/TranslationResource.java
===================================================================
--- public/yanel/trunk/src/resources/translation/src/java/org/wyona/yanel/impl/resources/TranslationResource.java	2007-05-14 21:25:31 UTC (rev 24467)
+++ public/yanel/trunk/src/resources/translation/src/java/org/wyona/yanel/impl/resources/TranslationResource.java	2007-05-14 21:28:36 UTC (rev 24468)
@@ -301,25 +301,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);
-    }
-
-
-    /**
      *
      */
     public String getPropertyType(String name) {




More information about the Yanel-commits mailing list