new LinkedList() mostly redundant with Arrays.asList() 33/333/1
authorRob Sherwood <Rob.Sherwood@bigswitch.com>
Sat, 11 May 2013 16:05:37 +0000 (09:05 -0700)
committerRob Sherwood <Rob.Sherwood@bigswitch.com>
Sat, 11 May 2013 16:05:37 +0000 (09:05 -0700)
commitff0101b0840019221496554ec59df5594957f03e
treeed56b7a0f4ae5cc4b605d3ea6e2b53292b520a53
parentb7b3348367bedd64ea11c86dc8405a850be53475
new LinkedList() mostly redundant with Arrays.asList()

General code clean up.

You get a ArrayList by default and that's the right thing in most
places.  This commit removes a bunch of missing Java generic warnings
and shouldn't affect any code.

Change-Id: I777cdf6a3fd1f2c883aac188d544ebc5a4420f55
Signed-off-by: Rob Sherwood <Rob.Sherwood@bigswitch.com>
opendaylight/sal/api/src/test/java/org/opendaylight/controller/sal/core/PathTest.java