[Yanel-commits] rev 44367 - public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon Aug 24 23:18:12 CEST 2009


Author: michi
Date: 2009-08-24 23:18:12 +0200 (Mon, 24 Aug 2009)
New Revision: 44367

Modified:
   public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources/FromScratchResource-xml.java
Log:
copyright year updated and use StringBuilder instead StringBuffer

Modified: public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources/FromScratchResource-xml.java
===================================================================
--- public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources/FromScratchResource-xml.java	2009-08-24 21:10:00 UTC (rev 44366)
+++ public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources/FromScratchResource-xml.java	2009-08-24 21:18:12 UTC (rev 44367)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Wyona
+ * Copyright 2009 Wyona
  */
 
 package bar.foo.yanel.impl.resources;
@@ -29,7 +29,7 @@
         if (log.isDebugEnabled()) {
             log.debug("requested viewId: " + viewId);
         }
-        StringBuffer sb = new StringBuffer("<?xml version=\"1.0\"?>");
+        StringBuilder sb = new StringBuilder("<?xml version=\"1.0\"?>");
         sb.append("<root>");
  
         sb.append("</root>");



More information about the Yanel-commits mailing list