[Yanel-commits] rev 42511 - public/yanel/trunk/src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation

simon at wyona.com simon at wyona.com
Thu Apr 23 14:45:54 CEST 2009


Author: simon
Date: 2009-04-23 14:45:53 +0200 (Thu, 23 Apr 2009)
New Revision: 42511

Modified:
   public/yanel/trunk/src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/LookupResource.java
Log:
removed obsolete code

Modified: public/yanel/trunk/src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/LookupResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/LookupResource.java	2009-04-23 12:37:19 UTC (rev 42510)
+++ public/yanel/trunk/src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/LookupResource.java	2009-04-23 12:45:53 UTC (rev 42511)
@@ -113,18 +113,6 @@
         return sb.toString();
     }
     
-    protected void passTransformerParameters(Transformer transformer) throws Exception {
-        super.passTransformerParameters(transformer);
-        try {
-            String resourceConfigPropertyDomain = getResourceConfigProperty("domain");
-            if (resourceConfigPropertyDomain != null) {
-                transformer.setParameter("domain", resourceConfigPropertyDomain);
-            }
-        } catch (Exception e) {
-            log.error("could not get property domain. domain will not be availabel within transformer chain. " + e.getMessage(), e);
-        }
-    }
-    
     private Sitetree getSitetree() {
         if (sitetree == null) {
             try {



More information about the Yanel-commits mailing list