Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:29615 https://svn.osgeo.org/geotools/trunk/modules/library/main/src/main/java/org/geotools/util/ColorConverterFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
31322 | 2008-08-30 | jgarnett | additional test case for ColorConvertFactory; fix to SLDStyleFactory for UDIG-1415 |
30648 | 2008-06-12 | acuster | Copyright headers: lib/main, this time with feeling (and the el in Toolkit) |
30558 | 2008-06-06 | acuster | Copyright review: update headers on library/main |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
29615 | 2008-03-13 | jgarnett | Added ColorConverterFactory so I could retire hacks from Filters utility class; made the NumberConverterFactory agree with the needs of the SLD utility class - it was tripping up over parsing floating point representation into intergers. See GEOT-1726 |