Files
gerrit/gerrit-httpd
David Pursehouse 3df35793e5 WrappedFilterConfig: Fix 'unchecked or unsafe operations' warning
- Use Collections.emptyEnumeration() which is available in Java 7,
  rather than the Collections.enumeration(Collections.emptyList())
  workaround that was used for Java 6 compatibility.

- Add type specification to prevent "unchecked conversion" warning.

- Remove @Suppress annotations that are no longer necessary.

Change-Id: Iba4b61330d5ca8a822b8121fe46fb20418e79347
2016-11-13 07:26:10 -08:00
..
2016-09-20 13:19:15 +02:00
2016-06-14 21:12:02 +02:00