Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalyasar committed Aug 26, 2014
1 parent 1b7c5d2 commit 2071e1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void teardown() throws Exception {
Hazelcast.shutdownAll();
}

protected int availablePort() throws IOException {
private int availablePort() throws IOException {
while (true) {
int port = (int) (65536 * Math.random());
try {
Expand Down

0 comments on commit 2071e1a

Please sign in to comment.