Skip to content

Commit 50cabc2

Browse files
committed
removed unused code
1 parent 98aa185 commit 50cabc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/nats/json/Encoding.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public static String base64BasicEncodeToString(String input) {
4949
.encodeToString(input.getBytes(StandardCharsets.UTF_8));
5050
}
5151

52-
5352
/**
5453
* base64 url encode a byte array to a byte array
5554
* @param input the input byte array to encode

0 commit comments

Comments
 (0)