You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/06/19 02:51:05 UTC

[3/5] git commit: SLIDER-149 unused import

SLIDER-149 unused import


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/5b90d3eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/5b90d3eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/5b90d3eb

Branch: refs/heads/develop
Commit: 5b90d3ebb9202fc0b94260d7a98dbc44546673ea
Parents: 86cabdc
Author: Steve Loughran <st...@apache.org>
Authored: Wed Jun 18 16:55:39 2014 -0700
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Jun 18 16:55:39 2014 -0700

----------------------------------------------------------------------
 .../org/apache/slider/core/registry/info/RegisteredEndpoint.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/5b90d3eb/slider-core/src/main/java/org/apache/slider/core/registry/info/RegisteredEndpoint.java
----------------------------------------------------------------------
diff --git a/slider-core/src/main/java/org/apache/slider/core/registry/info/RegisteredEndpoint.java b/slider-core/src/main/java/org/apache/slider/core/registry/info/RegisteredEndpoint.java
index dc335c6..f3477d0 100644
--- a/slider-core/src/main/java/org/apache/slider/core/registry/info/RegisteredEndpoint.java
+++ b/slider-core/src/main/java/org/apache/slider/core/registry/info/RegisteredEndpoint.java
@@ -19,7 +19,6 @@
 package org.apache.slider.core.registry.info;
 
 import org.apache.slider.core.exceptions.SliderException;
-import org.codehaus.jackson.annotate.JsonIgnore;
 import org.codehaus.jackson.annotate.JsonIgnoreProperties;
 import org.codehaus.jackson.map.annotate.JsonSerialize;