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

Guillaume Déflache guillaume.deflache at wyona.com
Mon Feb 9 09:33:57 CET 2009


simon at wyona.com schrieb:
> 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")) {

Still one typo remaining: "therefor" -> "therefore"! ;)


More information about the Yanel-commits mailing list