Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -224,8 +224,7 @@ public static Rope shimModifiers(Rope bytes) {
throw new UnsupportedOperationException();
}

// TODO (nirvdrum 25-Jan-16): We probably just want a way to create a Rope from a java.lang.String.
bytes = StringOperations.ropeFromByteList(ByteList.create(bytesString));
bytes = StringOperations.createRope(bytesString, ASCIIEncoding.INSTANCE);
}

return bytes;

0 comments on commit 918dfe1

Please sign in to comment.