← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14968: minor

 

------------------------------------------------------------
revno: 14968
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-04-24 21:32:50 +0545
message:
  minor
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/NepalCalendar.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/NepalCalendar.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/NepalCalendar.java	2014-04-24 15:46:24 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/calendar/NepalCalendar.java	2014-04-24 15:47:50 +0000
@@ -59,7 +59,7 @@
 
         for ( int i = startNepal.getYear(); i < dateUnit.getYear(); i++ )
         {
-            // if year total index is uninitialized, calculate and set in map
+            // if year total index is uninitialized, calculate and set in array
             if ( conversionMap.get( i )[0] == 0 )
             {
                 for ( int j = 1; j <= 12; j++ )