remove unused method

This commit is contained in:
Sebastian Sdorra
2010-12-28 15:48:01 +01:00
parent a43d9a58a4
commit 73bb99a085

View File

@@ -108,17 +108,6 @@ public class GZipResponseStream extends ServletOutputStream
closed = true; closed = true;
} }
/**
* Method description
*
*
* @return
*/
public boolean closed()
{
return closed;
}
/** /**
* Method description * Method description
* *