[Yanel-commits] rev 35529 - public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/examples/BasicXML

michi at wyona.com michi at wyona.com
Wed Apr 16 13:59:15 CEST 2008


Author: michi
Date: 2008-04-16 13:59:14 +0200 (Wed, 16 Apr 2008)
New Revision: 35529

Modified:
   public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/examples/BasicXML/FromScratchResource.java
Log:
javadoc and year fixed

Modified: public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/examples/BasicXML/FromScratchResource.java
===================================================================
--- public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/examples/BasicXML/FromScratchResource.java	2008-04-16 11:34:28 UTC (rev 35528)
+++ public/yanel/trunk/src/build/targets/create-new-resource-type/from-scratch-resource-template/examples/BasicXML/FromScratchResource.java	2008-04-16 11:59:14 UTC (rev 35529)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Wyona
+ * Copyright 2008 Wyona
  */
 
 package bar.foo.yanel.impl.resources;
@@ -18,7 +18,7 @@
     
     private static Logger log = Logger.getLogger(FromScratchResource.class);
     
-    /*
+    /**
      * This method overrides the method to create the InputStream called by BasicXMLResource
      * Since you extend the BasicXMLResource this has to contain well-formed xml.
      * Beside the simple StringBuffer there are several other ways how to construct the xml. see dom, jdom, org.apache.commons.io.IOUtils and so on



More information about the Yanel-commits mailing list