ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.14 by jsr166, Mon May 2 03:25:06 2005 UTC vs.
Revision 1.15 by jsr166, Mon May 2 08:40:27 2005 UTC

# Line 2003 | Line 2003 | public class ConcurrentSkipListMap<K,V>
2003          try {
2004              return (containsAllMappings(this, t) &&
2005                      containsAllMappings(t, this));
2006 <        } catch(ClassCastException unused) {
2006 >        } catch (ClassCastException unused) {
2007              return false;
2008 <        } catch(NullPointerException unused) {
2008 >        } catch (NullPointerException unused) {
2009              return false;
2010          }
2011      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines