You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/11/13 03:08:53 UTC

[04/11] incubator-brooklyn git commit: IptablesCommandsTest: focus on non-deprecated methods

IptablesCommandsTest: focus on non-deprecated methods

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/7d3f2efe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/7d3f2efe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/7d3f2efe

Branch: refs/heads/master
Commit: 7d3f2efefcaa50af08b13b771c8dc92286171e67
Parents: ae7532c
Author: Aled Sage <al...@gmail.com>
Authored: Thu Nov 12 14:34:39 2015 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Nov 12 14:34:39 2015 +0000

----------------------------------------------------------------------
 .../java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/7d3f2efe/utils/common/src/test/java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java
----------------------------------------------------------------------
diff --git a/utils/common/src/test/java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java b/utils/common/src/test/java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java
index d30a1b4..2d01ad1 100644
--- a/utils/common/src/test/java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java
+++ b/utils/common/src/test/java/org/apache/brooklyn/util/ssh/IptablesCommandsTest.java
@@ -18,10 +18,10 @@
  */
 package org.apache.brooklyn.util.ssh;
 
+import org.apache.brooklyn.util.net.Protocol;
 import org.apache.brooklyn.util.ssh.IptablesCommands;
 import org.apache.brooklyn.util.ssh.IptablesCommands.Chain;
 import org.apache.brooklyn.util.ssh.IptablesCommands.Policy;
-import org.apache.brooklyn.util.ssh.IptablesCommands.Protocol;
 import org.testng.Assert;
 import org.testng.annotations.Test;