You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2019/06/10 06:51:18 UTC

[incubator-hivemall] 03/10: Removed author tag

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

myui pushed a commit to branch HIVEMALL-253-2
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git

commit b15903df3df75d0014ee4b7ae914467cca1bf8da
Author: Makoto Yui <my...@apache.org>
AuthorDate: Mon Jun 10 15:36:37 2019 +0900

    Removed author tag
---
 core/src/main/java/hivemall/tools/map/MapRouletteUDF.java     | 2 --
 core/src/test/java/hivemall/tools/map/MapRouletteUDFTest.java | 2 --
 2 files changed, 4 deletions(-)

diff --git a/core/src/main/java/hivemall/tools/map/MapRouletteUDF.java b/core/src/main/java/hivemall/tools/map/MapRouletteUDF.java
index e69dd53..b412457 100644
--- a/core/src/main/java/hivemall/tools/map/MapRouletteUDF.java
+++ b/core/src/main/java/hivemall/tools/map/MapRouletteUDF.java
@@ -32,8 +32,6 @@ import static hivemall.HivemallConstants.*;
 
 /**
  * The map_roulette() can be use to do roulette, according to each map.entry 's weight.
- * 
- * @author Wang, Yizheng
  */
 @Description(name = "map_roulette", value = "_FUNC_(Map<K, number> map)"
         + " - Returns the key K which determine to its weight , the bigger weight is ,the more probability K will return. "
diff --git a/core/src/test/java/hivemall/tools/map/MapRouletteUDFTest.java b/core/src/test/java/hivemall/tools/map/MapRouletteUDFTest.java
index a7497d8..bdef00d 100644
--- a/core/src/test/java/hivemall/tools/map/MapRouletteUDFTest.java
+++ b/core/src/test/java/hivemall/tools/map/MapRouletteUDFTest.java
@@ -31,8 +31,6 @@ import java.util.*;
 
 /**
  * Unit test for {@link hivemall.tools.map.MapRouletteUDF}
- * 
- * @author Wang, Yizheng
  */
 public class MapRouletteUDFTest {