> +import org.apache.jclouds.profitbricks.rest.ids.ServerRef;
> +import 
> org.apache.jclouds.profitbricks.rest.internal.BaseProfitBricksLiveTest;
> +import org.testng.annotations.AfterClass;
> +import org.testng.annotations.BeforeClass;
> +import org.testng.annotations.Test;
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertFalse;
> +import static org.testng.Assert.assertNotNull;
> +
> +@Test(groups = "live", testName = "FirewallApiLiveTest")
> +public class FirewallApiLiveTest extends BaseProfitBricksLiveTest {
> +   
> +   DataCenter dataCenter;
> +   Server testServer;
> +   Nic testNic;
> +   FirewallRule testFirewallRule;

Make the variables private.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/255/files/a468fa433e15575616a062912756bb7e8a6f4dd0#r59285888

Reply via email to