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 <[email protected]> Authored: Wed Aug 19 15:22:40 2015 +0100 Committer: Aled Sage <[email protected]> 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;
