← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15017: minor java doc updates

 

------------------------------------------------------------
revno: 15017
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
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 <mortenoh@xxxxxxxxx>
  * @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 );