mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-12 00:34:56 +08:00
fix: diff response error
This commit is contained in:
@@ -11,6 +11,10 @@ public enum DiffType {
|
||||
return this == ADDED;
|
||||
}
|
||||
|
||||
public boolean isRemoved() {
|
||||
return this == REMOVED;
|
||||
}
|
||||
|
||||
public boolean isNone() {
|
||||
return this == NONE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user