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 2020/02/15 00:35:38 UTC

[incubator-datasketches-java] branch UpdateReadme updated: Remove WhichSketch

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

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


The following commit(s) were added to refs/heads/UpdateReadme by this push:
     new 43e092d  Remove WhichSketch
43e092d is described below

commit 43e092d293847720f08b758323d80e05da7ca043
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Feb 14 16:34:13 2020 -0800

    Remove WhichSketch
---
 .../java/org/apache/datasketches/WhichSketch.java  | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/WhichSketch.java b/src/main/java/org/apache/datasketches/WhichSketch.java
deleted file mode 100644
index e10bddc..0000000
--- a/src/main/java/org/apache/datasketches/WhichSketch.java
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.datasketches;
-
-/**
- * @author Lee Rhodes
- */
-public class WhichSketch {
-
-  public static String whichSketch(final byte[] sketchBytes) {
-
-
-
-    return null;
-  }
-
-
-
-
-}


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