Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfurmanski committed Mar 31, 2017
1 parent 466095b commit b08148b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private static List<AdvertisedSocketAddress> buildAddresses( Set<Integer> coreSe
public static AdvertisedSocketAddress socketAddressForServer( int id )
{
String advertisedAddress = "127.0.0.1";
return new AdvertisedSocketAddress( advertisedAddress, (5000 + id) );
return new AdvertisedSocketAddress( advertisedAddress, 5000 + id );
}

private void createCoreMembers( final int noOfCoreMembers,
Expand Down

0 comments on commit b08148b

Please sign in to comment.