dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30075
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15262: minor javadoc fix
------------------------------------------------------------
revno: 15262
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-05-14 09:18:32 +0200
message:
minor javadoc fix
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/Cal.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/period/Cal.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/Cal.java 2014-03-18 08:10:10 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/Cal.java 2014-05-14 07:18:32 +0000
@@ -80,7 +80,7 @@
* Adds the given amount of time to the given calendar field.
*
* @param field the calendar field.
- * @param value the amount of time.
+ * @param amount the amount of time.
*/
public Cal add( int field, int amount )
{
@@ -92,7 +92,7 @@
* Subtracts the given amount of time to the given calendar field.
*
* @param field the calendar field.
- * @param value the amount of time.
+ * @param amount the amount of time.
*/
public Cal subtract( int field, int amount )
{
@@ -112,7 +112,7 @@
/**
* Returns the current year.
- * @return
+ * @return current year
*/
public int getYear()
{