Refactoring

This commit is contained in:
M66B
2021-05-09 20:21:48 +02:00
parent 97caad38f1
commit 47c3f59488
2 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ public class EditTextCompose extends FixedEditText {
this.raw = raw;
}
public boolean getRaw() {
public boolean isRaw() {
return raw;
}