[Yanel-commits] rev 59440 - public/yanel/trunk/src/contributions/resources/image/src/java/org/wyona/yanel/impl/resources/image

michi at wyona.com michi at wyona.com
Sun Jul 17 23:25:25 CEST 2011


Author: michi
Date: 2011-07-17 23:25:24 +0200 (Sun, 17 Jul 2011)
New Revision: 59440

Modified:
   public/yanel/trunk/src/contributions/resources/image/src/java/org/wyona/yanel/impl/resources/image/ImageResource.java
Log:
javadoc and import fixed

Modified: public/yanel/trunk/src/contributions/resources/image/src/java/org/wyona/yanel/impl/resources/image/ImageResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/image/src/java/org/wyona/yanel/impl/resources/image/ImageResource.java	2011-07-17 21:23:06 UTC (rev 59439)
+++ public/yanel/trunk/src/contributions/resources/image/src/java/org/wyona/yanel/impl/resources/image/ImageResource.java	2011-07-17 21:25:24 UTC (rev 59440)
@@ -73,7 +73,7 @@
     }
 
     /**
-     * @see
+     * @see org.wyona.yanel.core.api.attributes.ViewableV2#getViewDescriptors()
      */
     public ViewDescriptor[] getViewDescriptors() {
         // TODO Auto-generated method stub
@@ -168,7 +168,7 @@
             log.warn("No cache root path configured within resource configuration. Use default '" + cacheRootPath + "'!");
         }
 
-        org.wyona.yarep.core.Node cacheNode;
+        Node cacheNode;
         if (!getRealm().getRepository().existsNode(cacheRootPath + getPath())) {
             cacheNode = org.wyona.yarep.util.YarepUtil.addNodes(getRealm().getRepository(), cacheRootPath + getPath(), org.wyona.yarep.core.NodeType.RESOURCE);
             log.warn("Cached image did not exist yet, hence has been created: " + cacheNode.getPath());



More information about the Yanel-commits mailing list