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

Comparing jsr166/src/jsr166x/ConcurrentSkipListSet.java (file contents):
Revision 1.12 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.13 by jsr166, Mon Dec 19 19:18:36 2011 UTC

# Line 253 | Line 253 | public class ConcurrentSkipListSet<E>
253          Collection c = (Collection) o;
254          try {
255              return containsAll(c) && c.containsAll(this);
256 <        } catch (ClassCastException unused)   {
256 >        } catch (ClassCastException unused) {
257              return false;
258          } catch (NullPointerException unused) {
259              return false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines