Skip to content

Commit 33a64a9

Browse files
committed
Missing brace
1 parent e6e428f commit 33a64a9

File tree

1 file changed

+1
-0
lines changed
  • network/common/src/main/java/org/apache/spark/network/util

1 file changed

+1
-0
lines changed

network/common/src/main/java/org/apache/spark/network/util/JavaUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public static ByteBuffer stringToBytes(String s) {
9898
*/
9999
public static String bytesToString(ByteBuffer b) {
100100
return Unpooled.wrappedBuffer(b).toString(Charsets.UTF_8);
101+
}
101102

102103
/*
103104
* Delete a file or directory and its contents recursively.

0 commit comments

Comments
 (0)