mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: remove unused method
This commit is contained in:
committed by
Aleksey Pivovarov
parent
19e567607a
commit
c7ce73a82e
@@ -84,10 +84,6 @@ public class Change {
|
||||
return myOtherLayers;
|
||||
}
|
||||
|
||||
public boolean hasOtherLayers() {
|
||||
return ! myOtherLayers.isEmpty();
|
||||
}
|
||||
|
||||
public Type getType() {
|
||||
if (myType == null) {
|
||||
if (myBeforeRevision == null) {
|
||||
|
||||
Reference in New Issue
Block a user