Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/util/TimerTask.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    4545 * <p>
    4646 * Example:
    47  * <code>
     47 * <e>
    4848 *  Timer timer = new Timer();
    4949 *  TimerTask task = new TimerTask() {
    5050 *      public void run() {
    51  *      if (this.scheduledExecutionTime() < System.currentTimeMillis() + 500)
     51 *      if (this.scheduledExecutionTime() System.currentTimeMillis() + 500)
    5252 *          // Do something
    5353 *      else
     
    5757 *  };
    5858 *  timer.scheduleAtFixedRate(task, 1000, 1000); // schedule every second
    59  * </code>
     59 * </e>
    6060 * <p>
    6161 * Note that a TimerTask object is a one shot object and can only given once
Note: See TracChangeset for help on using the changeset viewer.