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 2016/02/01 18:47:47 UTC

[27/51] [abbrv] brooklyn-library git commit: Move BrooklynFeatureEnablement to o.a.b.core

Move BrooklynFeatureEnablement to o.a.b.core


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0c14b632
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/0c14b632
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/0c14b632

Branch: refs/heads/0.8.0-incubating
Commit: 0c14b63237c1d5cccfb2e54a5adc4118283cc456
Parents: d1fea95
Author: Aled Sage <al...@gmail.com>
Authored: Wed Aug 19 15:22:40 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Aug 19 15:48:35 2015 +0100

----------------------------------------------------------------------
 .../entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/0c14b632/software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java
----------------------------------------------------------------------
diff --git a/software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java b/software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java
index f54e491..64b498b 100644
--- a/software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java
+++ b/software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/nginx/NginxRebindWithHaIntegrationTest.java
@@ -30,7 +30,7 @@ import org.apache.brooklyn.api.location.LocationSpec;
 import org.apache.brooklyn.api.mgmt.Task;
 import org.apache.brooklyn.api.mgmt.ha.HighAvailabilityMode;
 import org.apache.brooklyn.api.sensor.Feed;
-import org.apache.brooklyn.core.internal.BrooklynFeatureEnablement;
+import org.apache.brooklyn.core.BrooklynFeatureEnablement;
 import org.apache.brooklyn.core.mgmt.internal.LocalManagementContext;
 import org.apache.brooklyn.core.mgmt.rebind.RebindTestFixtureWithApp;
 import org.apache.brooklyn.core.mgmt.rebind.RebindTestUtils;