You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by di...@apache.org on 2020/05/13 00:18:22 UTC

[giraph] branch trunk updated: GIRAPH-1244

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

dionysios pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/giraph.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a3fb5a2  GIRAPH-1244
a3fb5a2 is described below

commit a3fb5a27a47432cf11b17f31f6750f1a8abf768a
Author: Dionysios Logothetis <dl...@gmail.com>
AuthorDate: Tue May 12 17:17:44 2020 -0700

    GIRAPH-1244
    
    closes #135
---
 giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java b/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
index 1053445..2e35bcd 100644
--- a/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
+++ b/giraph-core/src/main/java/org/apache/giraph/graph/GraphTaskManager.java
@@ -21,8 +21,6 @@ package org.apache.giraph.graph;
 import java.io.IOException;
 import java.lang.management.GarbageCollectorMXBean;
 import java.lang.management.ManagementFactory;
-import java.net.URL;
-import java.net.URLDecoder;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Enumeration;