Parent Directory
|
Revision Log
|
Patch
revision 1.35, Sat Jan 17 22:55:06 2015 UTC | revision 1.36, Sun Feb 22 04:34:44 2015 UTC | |
---|---|---|
# | Line 50 | Line 50 |
50 | */ | */ |
51 | public void testConstructor3() { | public void testConstructor3() { |
52 | try { | try { |
53 | LinkedList q = new LinkedList((Collection)null); | new LinkedList((Collection)null); |
54 | shouldThrow(); | shouldThrow(); |
55 | } catch (NullPointerException success) {} | } catch (NullPointerException success) {} |
56 | } | } |
|
Doug Lea | ViewVC Help |
Powered by ViewVC 1.0.8 |