← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15387: minor javadoc fixes in period package

 

------------------------------------------------------------
revno: 15387
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-05-23 17:37:38 +0200
message:
  minor javadoc fixes in period package
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/RelativePeriods.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/RelativePeriods.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/RelativePeriods.java	2014-03-18 08:10:10 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/RelativePeriods.java	2014-05-23 15:37:38 +0000
@@ -739,7 +739,7 @@
     /**
      * Returns a date.
      *
-     * @param months the number of weeks to subtract from the current date.
+     * @param weeks the number of weeks to subtract from the current date.
      * @param date the date representing now, ignored if null.
      * @return a date.
      */
@@ -754,7 +754,7 @@
     /**
      * Returns a RelativePeriods instance based on the given list of RelativePeriodsEnum.
      * 
-     * @param relativePeriods a list of RelativePeriodsEnum.
+     * @param relativePeriod a list of RelativePeriodsEnum.
      * @return a RelativePeriods instance.
      */
     public static List<Period> getRelativePeriodsFromEnum( RelativePeriodEnum relativePeriod, Date date, I18nFormat format, boolean dynamicNames )