JDK 8 code review request for doclint fixes in java.util.jar.Pack200 (original) (raw)

Joe Darcy joe.darcy at oracle.com
Sun Jun 30 23:20:45 UTC 2013


Hello,

Pack200 has some doclint issues; please review the fixes to them below.

Thanks,

-Joe

--- a/src/share/classes/java/util/jar/Pack200.java Sun Jun 30 16:02:11 2013 -0700 +++ b/src/share/classes/java/util/jar/Pack200.java Sun Jun 30 16:19:25 2013 -0700 @@ -1,5 +1,5 @@ /*

@@ -122,6 +122,7 @@ *

  • If an implementation has not been specified with the system * property, then the system-default implementation class is instantiated, * and the result is returned.

  • @@ -137,7 +138,7 @@

      /**
       * Obtain new instance of a class that implements Unpacker.

    java.util.jar.Pack200.Unpacker * is defined, then the value is taken to be the fully-qualified * name of a concrete implementation class, which must implement Unpacker. @@ -147,6 +148,7 @@ *

  • If an implementation has not been specified with the * system property, then the system-default implementation class * is instantiated, and the result is returned.

  • @@ -350,14 +352,14 @@ * directory will be passed also. *

    * Examples:

    @@ -378,12 +380,12 @@ * This is the default value for this property. *

    * Examples:



    More information about the core-libs-dev mailing list