Skip to content

Commit

Permalink
deleted unnecessary commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Aug 9, 2023
1 parent 0ac5ecc commit 73f53be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public String applyFrom(Object o) {
Assert.notNull(o, "Value cannot be null.");
Assert.isInstanceOf(String.class, o, "Value must be a string.");
String s = (String) o;
//s = compactIfPossible(s);

// https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.10:
//
Expand Down

0 comments on commit 73f53be

Please sign in to comment.