Sho SHIMIZU
Committed by Gerrit Code Review

Remove methods just calling its super

Change-Id: Id212e4b75e220e2304af0ed7892983f0a2141b8a
...@@ -141,11 +141,6 @@ public final class TestDistributedSet<E> extends DistributedSetAdapter<E> { ...@@ -141,11 +141,6 @@ public final class TestDistributedSet<E> extends DistributedSetAdapter<E> {
141 } 141 }
142 142
143 @Override 143 @Override
144 - public Type primitiveType() {
145 - return super.primitiveType();
146 - }
147 -
148 - @Override
149 public DistributedSet<E> asDistributedSet() { 144 public DistributedSet<E> asDistributedSet() {
150 return new DefaultDistributedSet<>(this, 0); 145 return new DefaultDistributedSet<>(this, 0);
151 } 146 }
......