Fixed javadoc for jdk8, again :)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1655453 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java b/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
index e058de7..c6fe9f1 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.java
@@ -148,9 +148,9 @@
 
     /**
      * Create a callable that will compress the given archive entry.
-     * <p/>
+     *
      * <p>This method is expected to be called from a single client thread.</p>
-     * <p/>
+     *
      * Consider using {@link #addArchiveEntry addArchiveEntry}, which wraps this method and {@link #submit submit}.
      * The most common use case for using {@link #createCallable createCallable} and {@link #submit submit} from a
      * client is if you want to wrap the callable in something that can be prioritized by the supplied