ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/OfferDrainToLoops.java
(Generate patch)

Comparing jsr166/src/test/loops/OfferDrainToLoops.java (file contents):
Revision 1.1 by dl, Wed Sep 29 12:38:42 2010 UTC vs.
Revision 1.3 by jsr166, Fri Jan 18 04:23:28 2013 UTC

# Line 28 | Line 28
28   *
29   * Written by Doug Lea with assistance from members of JCP JSR-166
30   * Expert Group and released to the public domain, as explained at
31 < * http://creativecommons.org/licenses/publicdomain
31 > * http://creativecommons.org/publicdomain/zero/1.0/
32   */
33  
34   /*
# Line 89 | Line 89 | public class OfferDrainToLoops {
89              protected boolean quittingTime(long i) {
90                  return (i % 1024) == 0 && quittingTime();
91              }
92 <            abstract protected void realRun();
92 >            protected abstract void realRun();
93              public void run() {
94                  try { realRun(); } catch (Throwable t) { unexpected(t); }
95              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines