[Yanel-commits] rev 20699 - public/yanel/trunk/src/core/java/org/wyona/yanel/cmdl

michi at wyona.com michi at wyona.com
Fri Dec 8 23:06:43 CET 2006


Author: michi
Date: 2006-12-08 23:06:41 +0100 (Fri, 08 Dec 2006)
New Revision: 20699

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/cmdl/YanelCommandLine.java
Log:
versions mentioned

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/cmdl/YanelCommandLine.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/cmdl/YanelCommandLine.java	2006-12-08 22:00:24 UTC (rev 20698)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/cmdl/YanelCommandLine.java	2006-12-08 22:06:41 UTC (rev 20699)
@@ -138,7 +138,7 @@
         } else if (ResourceAttributeHelper.hasAttributeImplemented(res, "Creatable", "2")) {
             System.out.println(((CreatableV2) res).getPropertyType("name"));
         } else {
-            System.out.println(res.getClass().getName() + " does not implement creatable interface!");
+            System.out.println(res.getClass().getName() + " does not implement creatable interface, neither V1 nor V2!");
         }
 
         if (ResourceAttributeHelper.hasAttributeImplemented(res, "Viewable", "1")) {
@@ -159,7 +159,7 @@
                 System.err.println(e);
             }
         } else {
-            System.out.println(res.getClass().getName() + " does not implement viewable interface!");
+            System.out.println(res.getClass().getName() + " does not implement viewable V1 interface!");
         }
 
         if (ResourceAttributeHelper.hasAttributeImplemented(res, "Modifiable", "1")) {
@@ -169,7 +169,7 @@
                 System.err.println(e.getMessage());
             }
         } else {
-            System.out.println(res.getClass().getName() + " does not implement writable interface!");
+            System.out.println(res.getClass().getName() + " does not implement modifiable V1 interface!");
         }
 
 




More information about the Yanel-commits mailing list