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

michi at wyona.com michi at wyona.com
Fri Jan 26 10:52:45 CET 2007


Author: michi
Date: 2007-01-26 10:52:43 +0100 (Fri, 26 Jan 2007)
New Revision: 22190

Modified:
   public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java
Log:
type 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-26 09:52:29 UTC (rev 22189)
+++ public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java	2007-01-26 09:52:43 UTC (rev 22190)
@@ -111,7 +111,7 @@
      *
      */
     public void create(HttpServletRequest request) {
-        Path newPath = getPath();
+        Path newPath = new Path(getPath());
         log.error("DEBUG: New path: " + newPath);
     }
 




More information about the Yanel-commits mailing list