CatServlet: Remove unneeded suppression

This suppression is no longer needed in Eclipse 4.5.

Note that removing it causes a warning in Eclipse 4.4.

Change-Id: Ibbe635a40b3a6992387f98fc9275650f29cc482e
This commit is contained in:
Stefan Beller 2015-07-09 11:27:15 -07:00 committed by David Pursehouse
parent 52bc11dedf
commit cbb9c9adcc

View File

@ -249,7 +249,6 @@ public class CatServlet extends HttpServlet {
CacheHeaders.setNotCacheable(rsp);
OutputStream out;
@SuppressWarnings("resource")
ZipOutputStream zo;
final MimeType contentType = registry.getMimeType(path, raw);