Commit 67103220 by Denise LaFayette

Remove unused code

parent f7f40bcb
...@@ -115,15 +115,6 @@ import java.util.Set; ...@@ -115,15 +115,6 @@ import java.util.Set;
this.position = position; this.position = position;
} }
@Override
public String toString() {
return "TextEmphasis{" +
"position=" + position +
", markShape=" + markShape +
", markFill=" + markFill +
'}';
}
@Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) { @Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) {
if (value == null) { if (value == null) {
return null; return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment