Remove unused code

This commit is contained in:
Denise LaFayette 2021-03-08 10:12:11 -08:00
parent f7f40bcb25
commit 671032204f

View File

@ -115,15 +115,6 @@ import java.util.Set;
this.position = position;
}
@Override
public String toString() {
return "TextEmphasis{" +
"position=" + position +
", markShape=" + markShape +
", markFill=" + markFill +
'}';
}
@Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) {
if (value == null) {
return null;