Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ public void copyFromSafe(int inIndex, int outIndex, BitVector from) {

@Override
public Mutator getMutator() {
return new Mutator();
return mutator;
}

@Override
public Accessor getAccessor() {
return new Accessor();
return accessor;
}

@Override
Expand Down