Skip to content

Commit

Permalink
removed commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Dec 18, 2024
1 parent 5c8c136 commit fbf7d48
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public void createConnectionVdColo() throws ApiException {
new AccessPoint()
.type(AccessPointType.COLO)
.port(new SimplifiedPort()
// .uuid(port.getUuid()))
.uuid(portUuid))
.linkProtocol(new SimplifiedLinkProtocol()
.type(LinkProtocolType.DOT1Q)
Expand Down Expand Up @@ -372,7 +371,7 @@ public static boolean waitForConnectionIsInState(String connectionUuid, EquinixS
}

if (!result) {
System.out.println(result + " Connection has not reached the expected state: " + connectionState[0].getValue() + " current state: " + currentState.getValue());
System.out.println("Connection has not reached the expected state: " + connectionState[0].getValue() + " current state: " + currentState.getValue());
}
return result;
}
Expand Down

0 comments on commit fbf7d48

Please sign in to comment.