Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Oct 31, 2024
1 parent 5490705 commit 6c60b76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ public static TestIntfPrx allTests(test.TestHelper helper) {
test(endpt.toString().equals("tcp -h localhost -p 12345 -t 30000"));
com.zeroc.Ice.ObjectPrx prx =
communicator.stringToProxy(
"dummy:tcp -h localhost -p 12346 -t 20000:tcp -h localhost -p 12347 -t"
+ " 10000");
"dummy:tcp -h localhost -p 12346 -t 20000:tcp -h localhost -p 12347 -t 10000");
adapter.setPublishedEndpoints(prx.ice_getEndpoints());
test(adapter.getPublishedEndpoints().length == 2);
com.zeroc.Ice.Identity id = new com.zeroc.Ice.Identity();
Expand Down

0 comments on commit 6c60b76

Please sign in to comment.