dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29652
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14999: minor fix
------------------------------------------------------------
revno: 14999
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-04-26 13:01:19 +0545
message:
minor fix
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/Calendar.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/calendar/Calendar.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/Calendar.java 2014-04-26 06:29:49 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/Calendar.java 2014-04-26 07:16:19 +0000
@@ -46,7 +46,7 @@
* Convert local calendar to an ISO 8601 DateUnit.
* @param year Local year
* @param month Local month
- * @param day Local month
+ * @param day Local day
* @return DateUnit representing local date in ISO 8601
* @see <a href="http://en.wikipedia.org/wiki/ISO_8601">http://en.wikipedia.org/wiki/ISO_8601</a>
*/
@@ -64,7 +64,7 @@
* Convert from local to ISO 8601 DateUnit.
* @param year ISO 8601 year
* @param month ISO 8601 month
- * @param day ISO 8601 month
+ * @param day ISO 8601 day
* @return DateUnit representing ISO 8601 in local
* @see <a href="http://en.wikipedia.org/wiki/ISO_8601">http://en.wikipedia.org/wiki/ISO_8601</a>
*/