diff --git a/src/jdk.zipfs/share/classes/module-info.java b/src/jdk.zipfs/share/classes/module-info.java
index 5566793e33d..4aea3fcdcac 100644
--- a/src/jdk.zipfs/share/classes/module-info.java
+++ b/src/jdk.zipfs/share/classes/module-info.java
@@ -26,9 +26,8 @@
/**
* Provides the implementation of the Zip file system provider.
* The Zip file system provider treats the contents of a Zip or JAR file as a file system.
- *
*
- *
Accessing a Zip File System
+ * Accessing a Zip File System
*
* The {@linkplain java.nio.file.FileSystems FileSystems} {@code newFileSystem}
* static factory methods can be used to:
@@ -41,11 +40,10 @@
*
* The URI {@link java.net.URI#getScheme scheme} that identifies the ZIP file system is {@code jar}.
*
- * Zip File System Properties
+ * Zip File System Properties
*
* The following properties may be specified when creating a Zip
* file system:
- *
*
*
* Configurable properties that may be specified when creating
@@ -82,7 +80,7 @@
*
*
*
- * Examples:
+ * Examples:
*
* Construct a new Zip file system that is identified by a URI. If the Zip file does not exist,
* it will be created: