--- old/src/java.base/share/classes/java/util/zip/Deflater.java 2017-08-23 11:36:47.311131920 -0700 +++ new/src/java.base/share/classes/java/util/zip/Deflater.java 2017-08-23 11:36:47.091122273 -0700 @@ -30,7 +30,7 @@ * popular ZLIB compression library. The ZLIB compression library was * initially developed as part of the PNG graphics standard and is not * protected by patents. It is fully described in the specifications at - * the java.util.zip + * the java.util.zip * package description. * *

The following code fragment demonstrates a trivial compression