← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17752: minor javadoc fix

 

------------------------------------------------------------
revno: 17752
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-12-19 17:20:06 +0100
message:
  minor javadoc fix
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/annotation/PropertyRange.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/annotation/PropertyRange.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/annotation/PropertyRange.java	2014-12-19 12:31:55 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/schema/annotation/PropertyRange.java	2014-12-19 16:20:06 +0000
@@ -38,14 +38,13 @@
  * <p/>
  * Behavior changes according to type:
  * <ul>
- * <ol>PropertyType.TEXT: min/max length of TEXT</li>
- * <ol>PropertyType.COLLECTION: min/max size of collection</li>
- * <ol>PropertyType.NUMBER: min/max values (only integer min/max currently allowed)</li>
- * <ol>PropertyType.INTEGER: min/max values</li>
+ * <ol>PropertyType.TEXT: min/max length of TEXT</ol>
+ * <ol>PropertyType.COLLECTION: min/max size of collection</ol>
+ * <ol>PropertyType.NUMBER: min/max values (only integer min/max currently allowed)</ol>
+ * <ol>PropertyType.INTEGER: min/max values</ol>
  * </ul>
  *
  * @author Morten Olav Hansen <mortenoh@xxxxxxxxx>
- * @see Property
  */
 @Target( { ElementType.FIELD, ElementType.METHOD } )
 @Retention( RetentionPolicy.RUNTIME )