This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 4af6b63  Fix javadoc issue in Java 13
4af6b63 is described below

commit 4af6b63fbb58c6ee695049b348a1cc41bd0ac0fe
Author: David Cromberge <[email protected]>
AuthorDate: Tue Sep 28 11:15:51 2021 +0100

    Fix javadoc issue in Java 13
---
 src/main/javadoc/overview.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index a52cbdc..f220cc6 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -23,8 +23,8 @@ under the License.
 <head>
 </head>
 <body>
-<h2>Sketching Core Library</h2> 
-<h3>Overview</h3>
+<h1>Sketching Core Library</h1>
+<h2>Overview</h2>
 
 <p>The Sketching Core Library provides a range of stochastic streaming 
algorithms and closely 
   related java technologies that are particularly useful when integrating this 
technology into 
@@ -41,7 +41,7 @@ under the License.
 <li><b><a 
href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/fdt/package-summary.html";>FDT
 - Frequent Distinct Tuples</a></b>
 </li>
 
-<li><b><a 
href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/frequencies/package-summary.html";>Frequencies
 Fequent Items- </a></b>
+<li><b><a 
href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/frequencies/package-summary.html";>Frequencies
 Frequent Items- </a></b>
 </li>
 
 <li><b><a 
href="https://datasketches.apache.org/api/java/snapshot/apidocs/org/apache/datasketches/hash/package-summary.html";>Hash
 - Common Hash Functions</a></b>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to