[Yanel-commits] rev 21488 - public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Sun Jan 7 12:28:48 CET 2007


Author: michi
Date: 2007-01-07 12:28:47 +0100 (Sun, 07 Jan 2007)
New Revision: 21488

Modified:
   public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java
Log:
impl re creatable V2 fixed

Modified: public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java
===================================================================
--- public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java	2007-01-07 11:28:27 UTC (rev 21487)
+++ public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java	2007-01-07 11:28:47 UTC (rev 21488)
@@ -17,6 +17,7 @@
 package org.wyona.yanel.impl.resources;
 
 import java.util.Calendar;
+import java.util.HashMap;
 import java.io.StringBufferInputStream;
 
 import javax.servlet.http.HttpServletRequest;
@@ -102,6 +103,13 @@
     /**
      *
      */
+    public HashMap createRTIProperties(HttpServletRequest request) {
+        return null;
+    }
+
+    /**
+     *
+     */
     public void create(HttpServletRequest request) {
 
         // TODO: Move the major part of the following code into Yanel Core




More information about the Yanel-commits mailing list