fixing javadoc errors
This commit is contained in:
parent
8b4a99758c
commit
c75b76b9a1
|
@ -143,7 +143,7 @@ public class GzipFilterContentLengthTest
|
||||||
* Tests for problems with Content-Length header on small size files
|
* Tests for problems with Content-Length header on small size files
|
||||||
* that are not being compressed encountered when using GzipFilter
|
* that are not being compressed encountered when using GzipFilter
|
||||||
*
|
*
|
||||||
* @see Eclipse <a href="Bug 354014">http://bugs.eclipse.org/354014</a>
|
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testIsNotGzipCompressedTiny() throws Exception
|
public void testIsNotGzipCompressedTiny() throws Exception
|
||||||
|
@ -155,7 +155,7 @@ public class GzipFilterContentLengthTest
|
||||||
* Tests for problems with Content-Length header on small size files
|
* Tests for problems with Content-Length header on small size files
|
||||||
* that are not being compressed encountered when using GzipFilter
|
* that are not being compressed encountered when using GzipFilter
|
||||||
*
|
*
|
||||||
* @see Eclipse <a href="Bug 354014">http://bugs.eclipse.org/354014</a>
|
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testIsNotGzipCompressedSmall() throws Exception
|
public void testIsNotGzipCompressedSmall() throws Exception
|
||||||
|
@ -167,7 +167,7 @@ public class GzipFilterContentLengthTest
|
||||||
* Tests for problems with Content-Length header on medium size files
|
* Tests for problems with Content-Length header on medium size files
|
||||||
* that are not being compressed encountered when using GzipFilter
|
* that are not being compressed encountered when using GzipFilter
|
||||||
*
|
*
|
||||||
* @see Eclipse <a href="Bug 354014">http://bugs.eclipse.org/354014</a>
|
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testIsNotGzipCompressedMedium() throws Exception
|
public void testIsNotGzipCompressedMedium() throws Exception
|
||||||
|
@ -179,7 +179,7 @@ public class GzipFilterContentLengthTest
|
||||||
* Tests for problems with Content-Length header on large size files
|
* Tests for problems with Content-Length header on large size files
|
||||||
* that were not being compressed encountered when using GzipFilter
|
* that were not being compressed encountered when using GzipFilter
|
||||||
*
|
*
|
||||||
* @see Eclipse <a href="Bug 354014">http://bugs.eclipse.org/354014</a>
|
* @see <a href="Eclipse Bug 354014">http://bugs.eclipse.org/354014</a>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testIsNotGzipCompressedLarge() throws Exception
|
public void testIsNotGzipCompressedLarge() throws Exception
|
||||||
|
|
Loading…
Reference in New Issue