Just noticed that in ColorUtilities, method signature like:
public static int foo(...)
has been replaced by
public final static int foo(...)
"final" brings absolutly nothing in static methods, except making the line
longer for human to read. It will have zero impact on performance...
Martin
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel