You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/27 01:56:35 UTC

[incubator-datasketches-characterization] branch master updated: Minor javadoc updates.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e205e11  Minor javadoc updates.
e205e11 is described below

commit e205e11d7c97301b159bdd4d1a81144809697687
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Aug 26 18:56:26 2019 -0700

    Minor javadoc updates.
---
 src/main/java/com/yahoo/sketches/Files.java                 | 1 -
 src/test/java/com/yahoo/sketches/PowerLawGeneratorTest.java | 1 +
 src/test/java/com/yahoo/sketches/PropertiesTest.java        | 3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/yahoo/sketches/Files.java b/src/main/java/com/yahoo/sketches/Files.java
index 0b2cb45..8dd4556 100755
--- a/src/main/java/com/yahoo/sketches/Files.java
+++ b/src/main/java/com/yahoo/sketches/Files.java
@@ -20,7 +20,6 @@ import java.io.OutputStreamWriter;
 import java.io.PrintWriter;
 import java.io.RandomAccessFile;
 import java.io.Reader;
-import java.nio.BufferUnderflowException;
 import java.nio.ByteBuffer;
 import java.nio.MappedByteBuffer;
 import java.nio.channels.FileChannel;
diff --git a/src/test/java/com/yahoo/sketches/PowerLawGeneratorTest.java b/src/test/java/com/yahoo/sketches/PowerLawGeneratorTest.java
index bfc21c0..558c941 100644
--- a/src/test/java/com/yahoo/sketches/PowerLawGeneratorTest.java
+++ b/src/test/java/com/yahoo/sketches/PowerLawGeneratorTest.java
@@ -158,6 +158,7 @@ public class PowerLawGeneratorTest {
    * @param gi generating index (for convenience)
    * @param x the value x
    */
+  @SuppressWarnings("unused")
   private static void outputX(int row, int gi, double x) {
     //println(row + "\t" + gi + "\t" + ((int) x));
   }
diff --git a/src/test/java/com/yahoo/sketches/PropertiesTest.java b/src/test/java/com/yahoo/sketches/PropertiesTest.java
index c77afb8..faf7629 100644
--- a/src/test/java/com/yahoo/sketches/PropertiesTest.java
+++ b/src/test/java/com/yahoo/sketches/PropertiesTest.java
@@ -53,10 +53,9 @@ public class PropertiesTest {
   }
 
   /**
-   *
    * @param s string to print
    */
-  static void println(String s) {
+  static void println(final String s) {
     //System.out.println(s); //Disable here
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org