Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:24897 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/identification/RepresentativeFractionImpl.java
Rev. | Date | Author | Message |
---|---|---|---|
31557 | 2008-09-19 | desruisseaux | Removed JAXB annotations. |
30963 | 2008-07-09 | cedricbr | Annotate the getter instead of the variable, since the denominator is now a long value, and that matches with the return type of the getter. |
30959 | 2008-07-08 | desruisseaux | Update for a minor GeoAPI change (return type of RepresentativeFraction.getDenominator() changed from 'int' to 'long'). |
30640 | 2008-06-12 | acuster | Copyright headers: lib/metadata, this time with feeling (and the el in Toolkit) |
30519 | 2008-06-05 | acuster | Metadata header cleanup and copyright review. |
30517 | 2008-06-05 | cedricbr | Reformating and more javadoc for the script. By the way, move an annotation from the getter to the variable, to solve a mistake between int and long at marshalling / unmarshalling time |
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 |
29685 | 2008-03-20 | cedricbr | Third part of the JAXB proposal, the annotations. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28057 | 2007-11-26 | desruisseaux | More parameterized types, which revealed an other bug: getResults() should returns a Collection of Record, not Double. |
27864 | 2007-11-12 | desruisseaux | Use more Java 5 features. Also fixed a test which failed randomly. |
25098 | 2007-04-10 | desruisseaux | Review of metadata changes. |
25075 | 2007-04-09 | desruisseaux | Fixed SVN properties. |
25070 | 2007-04-09 | desruisseaux | Fixed usage of primitive wrappers in some method bodies. |
24965 | 2007-03-29 | jgarnett | updated with toScale method |
24924 | 2007-03-27 | desruisseaux | Allows Factories.addFactoryIteratorProvider(...) to work even after FactoryRegistry instantiation. Minor cleaning in metadata. |
24897 | 2007-03-23 | jgarnett | now with more number |
24868 | 2007-03-22 | jgarnett | clean up metadata and referencing in response to GEO-93 |