Skip to content

Commit

Permalink
Adding new pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorres-prowide committed May 4, 2023
1 parent e63b7c0 commit 28c7f27
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ public void parse(final String value) {
@Override
public String getValue() {
final StringBuilder result = new StringBuilder();
//FIXME serialization S[$S]0-12
// @NotImplemented
int notImplemented;
appendInLines(result, 1, 13);
return result.toString();
}

Expand Down

0 comments on commit 28c7f27

Please sign in to comment.