Skip to content

Commit ae4c7e5

Browse files
committed
see if this gets us in trouble
1 parent 736c94b commit ae4c7e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/src/main/java/io/opentdf/platform/sdk/AddressNormalizer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ static String normalizeAddress(String urlString, boolean usePlaintext) {
4444
throw new SDKException("error creating KAS address", e);
4545
}
4646
}
47+
48+
public void printThings() {
49+
System.out.println("here is some more code");
50+
}
4751
}

0 commit comments

Comments
 (0)