mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
FoldingUtil: fix compilation
This commit is contained in:
@@ -119,6 +119,11 @@ public class FoldingUtil {
|
||||
}
|
||||
return allRegions[--current];
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user