/[classpath]/classpath/java/util/Timer.java
ViewVC logotype

Diff of /classpath/java/util/Timer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.2.1 by gnu_andrew, Sat Jan 15 17:02:16 2005 UTC revision 1.11.2.2 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC
# Line 74  public class Timer Line 74  public class Timer
74    private static final class TaskQueue    private static final class TaskQueue
75    {    {
76      /** Default size of this queue */      /** Default size of this queue */
77      private final int DEFAULT_SIZE = 32;      private static final int DEFAULT_SIZE = 32;
78    
79      /** Whether to return null when there is nothing in the queue */      /** Whether to return null when there is nothing in the queue */
80      private boolean nullOnEmpty;      private boolean nullOnEmpty;

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26