8019228: Fix doclint issues in java.util.zip
authordarcy
Wed, 26 Jun 2013 22:12:09 -0700
changeset 18560 75e936782d6b
parent 18559 2437281eeaad
child 18562 4522ac8f14bd
8019228: Fix doclint issues in java.util.zip Reviewed-by: sherman, mchung
jdk/src/share/classes/java/util/zip/Deflater.java
jdk/src/share/classes/java/util/zip/Inflater.java
--- a/jdk/src/share/classes/java/util/zip/Deflater.java	Wed Jun 26 19:09:18 2013 -0700
+++ b/jdk/src/share/classes/java/util/zip/Deflater.java	Wed Jun 26 22:12:09 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -461,7 +461,7 @@
     }
 
     /**
-     * Returns the total number of uncompressed bytes input so far.</p>
+     * Returns the total number of uncompressed bytes input so far.
      *
      * @return the total (non-negative) number of uncompressed bytes input so far
      * @since 1.5
@@ -487,7 +487,7 @@
     }
 
     /**
-     * Returns the total number of compressed bytes output so far.</p>
+     * Returns the total number of compressed bytes output so far.
      *
      * @return the total (non-negative) number of compressed bytes output so far
      * @since 1.5
--- a/jdk/src/share/classes/java/util/zip/Inflater.java	Wed Jun 26 19:09:18 2013 -0700
+++ b/jdk/src/share/classes/java/util/zip/Inflater.java	Wed Jun 26 22:12:09 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -305,7 +305,7 @@
     }
 
     /**
-     * Returns the total number of compressed bytes input so far.</p>
+     * Returns the total number of compressed bytes input so far.
      *
      * @return the total (non-negative) number of compressed bytes input so far
      * @since 1.5
@@ -331,7 +331,7 @@
     }
 
     /**
-     * Returns the total number of uncompressed bytes output so far.</p>
+     * Returns the total number of uncompressed bytes output so far.
      *
      * @return the total (non-negative) number of uncompressed bytes output so far
      * @since 1.5