Skip to content

Commit 41e0240

Browse files
committed
Added a comment
1 parent fbfb3c4 commit 41e0240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

temporal-sdk/src/main/java/io/temporal/internal/common/LinkConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public static io.temporal.api.nexus.v1.Link nexusOperationToNexusLink(Link.Nexus
201201
public static Link nexusLinkToNexusOperation(io.temporal.api.nexus.v1.Link nexusLink) {
202202
try {
203203

204-
//Lots of if statements, but this way we double-check the validity of the link
205-
//passed in.
204+
// Lots of if statements, but this way we double-check the validity of the link
205+
// passed in.
206206
URI uri = new URI(nexusLink.getUrl());
207207
if (!"temporal".equals(uri.getScheme())) {
208208
log.error(

0 commit comments

Comments
 (0)