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

Comparing jsr166/src/jsr166x/ConcurrentSkipListMap.java (file contents):
Revision 1.9 by jsr166, Tue Nov 24 03:57:04 2009 UTC vs.
Revision 1.10 by jsr166, Wed Sep 1 20:12:39 2010 UTC

# Line 2064 | Line 2064 | public class ConcurrentSkipListMap<K,V>
2064          try {
2065              return (containsAllMappings(this, t) &&
2066                      containsAllMappings(t, this));
2067 <        } catch(ClassCastException unused) {
2067 >        } catch (ClassCastException unused) {
2068              return false;
2069 <        } catch(NullPointerException unused) {
2069 >        } catch (NullPointerException unused) {
2070              return false;
2071          }
2072      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines