Skip to content
Snippets Groups Projects
Commit 41d53d2c authored by Chrissi's avatar Chrissi
Browse files

last changes for keep list

parent 430678db
No related branches found
No related tags found
No related merge requests found
...@@ -102,16 +102,6 @@ public class KeepSuperTypeExpression extends CompoundKeepExpression { ...@@ -102,16 +102,6 @@ public class KeepSuperTypeExpression extends CompoundKeepExpression {
return target; return target;
} }
/**
* Provides all {@code KeepExpression keep expressions} that should be used to build the Join for
* the instances of the superclass instances.
*/
@Nonnull
@Override
public List<KeepExpression> getKeeps() {
return new ArrayList<>(keeps);
}
@Override @Override
public void accept(@Nonnull KeepExpressionVisitor visitor) { public void accept(@Nonnull KeepExpressionVisitor visitor) {
visitor.visit(this); visitor.visit(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment