+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ ${testng.check-java-files}
+
+ ${testng.generate-java-files},
+ ${testng.check-cpp-files},
+ ${testng.check-go-files},
+ ${testng.check-cpp-historical-files}
+
@@ -744,7 +778,12 @@ under the License.
maven-surefire-plugin
${testng.check-cpp-files}
- ${testng.generate-java-files},${testng.check-go-files},${testng.check-cpp-historical-files}
+
+ ${testng.generate-java-files},
+ ${testng.check-java-files},
+ ${testng.check-go-files},
+ ${testng.check-cpp-historical-files}
+
@@ -760,7 +799,12 @@ under the License.
maven-surefire-plugin
${testng.check-go-files}
- ${testng.generate-java-files},${testng.check-cpp-files},${testng.check-cpp-historical-files}
+
+ ${testng.generate-java-files},
+ ${testng.check-java-files},
+ ${testng.check-cpp-files},
+ ${testng.check-cpp-historical-files}
+
@@ -776,7 +820,12 @@ under the License.
maven-surefire-plugin
${testng.check-cpp-historical-files}
- ${testng.generate-java-files},${testng.check-go-files},${testng.check-cpp-files}
+
+ ${testng.generate-java-files},
+ ${testng.check-java-files},
+ ${testng.check-go-files},
+ ${testng.check-cpp-files}
+
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 9124aa98a..536f0f16a 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -23,7 +23,7 @@
-Sketching Core Library
+Sketching Core Library For Java
Overview
The Sketching Core Library provides a range of stochastic streaming algorithms and closely
@@ -33,9 +33,9 @@
Overview
This library is divided into packages that constitute distinct groups of functionality:
-Note: In general, if the requirements or promises of any method's contract are not fulfilled
+Note: In general, if the requirements or promises of any method's contract are not fulfilled
(that is, if there is a bug in either the method or its caller),
then an unchecked exception will be thrown.
-The precise type of such an unchecked exception does not form part of any method's contract.
+The precise type of such an unchecked exception does not form part of any method's contract.