This commit is contained in:
Ammar Githam 2021-03-25 21:28:50 +09:00
parent a60e934162
commit 8b54eec29b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class DirectItemActionLog implements Serializable {
return Objects.hash(description, bold, textAttributes);
}
public static class TextRange {
public static class TextRange implements Serializable {
private final int start;
private final int end;
private final String color;