From: <jsa...@us...> - 2009-07-03 14:39:30
|
Revision: 170 http://flexotask.svn.sourceforge.net/flexotask/?rev=170&view=rev Author: jsauerbach Date: 2009-07-03 14:39:24 +0000 (Fri, 03 Jul 2009) Log Message: ----------- minor documentation correction Modified Paths: -------------- trunk/flexotask/src/com/ibm/realtime/flexotask/scheduling/FlexotaskSchedulerRunnable.java Modified: trunk/flexotask/src/com/ibm/realtime/flexotask/scheduling/FlexotaskSchedulerRunnable.java =================================================================== --- trunk/flexotask/src/com/ibm/realtime/flexotask/scheduling/FlexotaskSchedulerRunnable.java 2009-06-22 15:31:51 UTC (rev 169) +++ trunk/flexotask/src/com/ibm/realtime/flexotask/scheduling/FlexotaskSchedulerRunnable.java 2009-07-03 14:39:24 UTC (rev 170) @@ -23,8 +23,8 @@ /** The FlexotaskTimerService to use for this Runnable */ private FlexotaskTimerService timer; - /** The priority at which this Runnable is to run; a non-positive integer, with 0 representing - * the highest available (and default) priority. */ + /** The priority at which this Runnable is to run; an integer such that 0 represents a high priority considered "normal" for + * Flexotask threads; see comment on getPriority method. */ private int priority; /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |