FoldingUtil: fix compilation

This commit is contained in:
Yann Cébron
2014-09-23 17:15:13 +02:00
parent 6f76683005
commit 425ac9469f
@@ -119,6 +119,11 @@ public class FoldingUtil {
}
return allRegions[--current];
}
@Override
public void remove() {
throw new UnsupportedOperationException();
}
};
}