Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove redundant comment
  • Loading branch information
robbinspg committed Dec 23, 2016
commit 1bc1adf48dae6b1047ff4d4e3d467ffec88abe12
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,6 @@ public void writeToOutputStreamIntArray() throws IOException {
// verify that writes work on objects that are not byte arrays
final ByteBuffer buffer = StandardCharsets.UTF_8.encode("大千世界");
buffer.position(0);

// Set buffer to native byte order
buffer.order(ByteOrder.nativeOrder());

final int length = buffer.limit();
Expand Down