/[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.12 by jfrijters, Mon Oct 11 13:11:57 2004 UTC revision 1.13 by mkoch, Wed Nov 17 08:14:53 2004 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.12  
changed lines
  Added in v.1.13

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