[Yanel-commits] rev 59405 - public/yanel/trunk/src/contributions/resources/resource-creator/src/java/org/wyona/yanel/impl/resources/rescreator

michi at wyona.com michi at wyona.com
Fri Jul 15 18:34:27 CEST 2011


Author: michi
Date: 2011-07-15 18:34:27 +0200 (Fri, 15 Jul 2011)
New Revision: 59405

Modified:
   public/yanel/trunk/src/contributions/resources/resource-creator/src/java/org/wyona/yanel/impl/resources/rescreator/ResourceCreatorResource.java
Log:
string buffer by builder replaced

Modified: public/yanel/trunk/src/contributions/resources/resource-creator/src/java/org/wyona/yanel/impl/resources/rescreator/ResourceCreatorResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/resource-creator/src/java/org/wyona/yanel/impl/resources/rescreator/ResourceCreatorResource.java	2011-07-15 16:33:37 UTC (rev 59404)
+++ public/yanel/trunk/src/contributions/resources/resource-creator/src/java/org/wyona/yanel/impl/resources/rescreator/ResourceCreatorResource.java	2011-07-15 16:34:27 UTC (rev 59405)
@@ -691,8 +691,8 @@
     /**
      * Return sitetree
      */
-    private StringBuffer getLookUp() {
-        StringBuffer sb = new StringBuffer("");
+    private StringBuilder getLookUp() {
+        StringBuilder sb = new StringBuilder("");
         //Sitetree sitetree = (Sitetree) getYanel().getBeanFactory().getBean("repo-navigation");
         Sitetree sitetree = getRealm().getRepoNavigation();
         Node node = null;



More information about the Yanel-commits mailing list