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

simon at wyona.com simon at wyona.com
Sun Feb 8 23:39:10 CET 2009


Author: simon
Date: 2009-02-08 23:39:09 +0100 (Sun, 08 Feb 2009)
New Revision: 41409

Modified:
   public/yanel/trunk/src/contributions/resources/xinha/src/java/org/wyona/yanel/impl/resources/xinha/XinhaResource.java
Log:
typo fixed

Modified: public/yanel/trunk/src/contributions/resources/xinha/src/java/org/wyona/yanel/impl/resources/xinha/XinhaResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/xinha/src/java/org/wyona/yanel/impl/resources/xinha/XinhaResource.java	2009-02-08 20:02:39 UTC (rev 41408)
+++ public/yanel/trunk/src/contributions/resources/xinha/src/java/org/wyona/yanel/impl/resources/xinha/XinhaResource.java	2009-02-08 22:39:09 UTC (rev 41409)
@@ -143,7 +143,7 @@
     public boolean checkPreconditions() throws UsecaseException {
         Resource resToEdit = getResToEdit();
         if (!ResourceAttributeHelper.hasAttributeImplemented(resToEdit, "Modifiable", "2")) {
-            addError("The resource you wanted to edit does not ireturn mplement ModifiableV2 and is therefor not editable with this editor. ");
+            addError("The resource you wanted to edit does not implement ModifiableV2 and is therefor not editable with this editor. ");
             return false;
         }
         if (ResourceAttributeHelper.hasAttributeImplemented(resToEdit, "Viewable", "2")) {



More information about the Yanel-commits mailing list