Of course - you are the module maintainer you can do whatever you want :-)

Cheers,
Jody

Mauricio Pazos wrote:
> Hi, in CQL class the "toCQL" method has this warning comment 
>    /**
>      * WARNING THIS IS A WORK IN PROGRESS.
>      * 
>      * @param filter
>      * @return
>      */
>     public static String toCQL( Filter filter ){
>         FilterToCQL toCQL = new FilterToCQL();
>         
>         StringBuffer output = (StringBuffer) filter.accept( toCQL, new 
> StringBuffer() );
>         
>         return output.toString();        
>     }
>
> I think, this work has been finished. Am I right? so I could remove this 
> comment and add this new feature in the documentation?
>
> cheers
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to