Skip to content
Snippets Groups Projects
Commit b6893c59 authored by Adam Welc's avatar Adam Welc
Browse files

Enabled isComplete check for pair lists.

parent 33d92e76
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ public class RPairList extends RAttributeStorage implements RAbstractContainer {
@Override
public boolean isComplete() {
RInternalError.shouldNotReachHere();
// TODO: is it important to get more precise information here?
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment