Skip to content

Commit

Permalink
Missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Nov 7, 2014
1 parent e6e428f commit 33a64a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public static ByteBuffer stringToBytes(String s) {
*/
public static String bytesToString(ByteBuffer b) {
return Unpooled.wrappedBuffer(b).toString(Charsets.UTF_8);
}

/*
* Delete a file or directory and its contents recursively.
Expand Down

0 comments on commit 33a64a9

Please sign in to comment.