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.181 by jsr166, Sun Mar 11 18:00:05 2018 UTC vs.
Revision 1.182 by jsr166, Tue May 29 02:44:52 2018 UTC

# Line 1735 | Line 1735 | public class ConcurrentSkipListMap<K,V>
1735                  }
1736                  return true;
1737              }
1738 <        } catch (ClassCastException unused) {
1739 <            return false;
1740 <        } catch (NullPointerException unused) {
1738 >        } catch (ClassCastException | NullPointerException unused) {
1739              return false;
1740          }
1741      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines