------------------------------------------------------------ revno: 15017 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Sun 2014-04-27 15:42:59 +0545 message: minor java doc updates 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-27 08:47:17 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/Calendar.java 2014-04-27 09:57:59 +0000 @@ -33,6 +33,7 @@ * @author Morten Olav Hansen <[email protected]> * @see DateUnit * @see DateInterval + * @see DateIntervalType */ public interface Calendar { @@ -52,6 +53,7 @@ * Formats dateUnit using defaultDateFormat * @param dateUnit DateUnit representing local year, month, day * @return Default date format + * @see #defaultDateFormat() */ String formattedDate( DateUnit dateUnit ); @@ -59,6 +61,7 @@ * Formats dateUnit using defaultDateFormat and ISO 8601 * @param dateUnit DateUnit representing local year, month, day * @return Default date format + * @see #defaultDateFormat() */ String formattedIsoDate( DateUnit dateUnit );
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

