------------------------------------------------------------ revno: 5074 committer: Bob Jolliffe bobjolli...@gmail.com branch nick: dhis2 timestamp: Tue 2011-11-01 15:39:49 +0000 message: Minor irritation modified: dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/scheduling/SpringScheduler.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-support/dhis-support-system/src/main/java/org/hisp/dhis/system/scheduling/SpringScheduler.java' --- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/scheduling/SpringScheduler.java 2011-02-03 16:35:12 +0000 +++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/scheduling/SpringScheduler.java 2011-11-01 15:39:49 +0000 @@ -66,7 +66,7 @@ } // ------------------------------------------------------------------------- - // Sceduler implementation + // Scheduler implementation // ------------------------------------------------------------------------- public void executeTask( Runnable task ) @@ -84,7 +84,7 @@ futures.put( key, future ); - log.info( "Sceduled task of type: " + key ); + log.info( "Scheduled task of type: " + key ); return true; }
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp