Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Small fixes to improve Codacy result
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Apr 16, 2017
1 parent cf816a5 commit b5142e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class MultipleContextsIT {

int app1Port, app2Port;
private int app1Port, app2Port;

@BeforeClass
public void setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class TestResource1 {

@GET
public void get() {
// Test get method
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class TestResource2 {

@GET
public void get() {
// Test get method
}

}

0 comments on commit b5142e4

Please sign in to comment.