Skip to content

Commit 8a52c5f

Browse files
committed
remove this fake method
1 parent add8b4f commit 8a52c5f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@ static String normalizeAddress(String urlString, boolean usePlaintext) {
4141
throw new SDKException("error creating KAS address", e);
4242
}
4343
}
44-
45-
public static void printThings() {
46-
System.out.println("here is some more code");
47-
}
4844
}

sdk/src/test/java/io/opentdf/platform/sdk/AddressNormalizerTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,4 @@ void testAddressNormaliationWithInsecureHTTPClient() {
2424
assertThat(normalizeAddress("example.org:1234", true)).isEqualTo("http://example.org:1234");
2525
assertThat(normalizeAddress("sftp://example.org", true)).isEqualTo("http://example.org:80");
2626
}
27-
28-
@Test
29-
void testPrintingStuff() {
30-
AddressNormalizer.printThings();
31-
}
3227
}

0 commit comments

Comments
 (0)