[Yanel-dev] Re: [Yanel-commits] rev 29137 - public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources

simon litwan simon.litwan at wyona.com
Thu Nov 22 15:15:56 CET 2007


i would suggest to implement

getCreateName(String suggestedName)

as following by default:

    /**
     *
     */
    public String getCreateName(String suggestedName) {
        return suggestedName;
    }

cheers
simon



michi at wyona.com schrieb:
> Author: michi
> Date: 2007-11-22 14:26:06 +0100 (Thu, 22 Nov 2007)
> New Revision: 29137
>
> Modified:
>    public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java
> Log:
> getCreateName
>
> 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-11-22 13:25:52 UTC (rev 29136)
> +++ public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java	2007-11-22 13:26:06 UTC (rev 29137)
> @@ -145,4 +145,11 @@
>          log.warn("No properties!");
>          return null;
>      }
> +
> +    /**
> +     *
> +     */
> +    public String getCreateName(String suggestedName) {
> +        return null;
> +    }
>  }
>
> _______________________________________________
> Yanel-commits mailing list
> Yanel-commits at wyona.com
> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-commits
>   



More information about the Yanel-development mailing list