Redundant return.
This commit is contained in:
parent
1ade1ce394
commit
536566350c
|
@ -268,7 +268,6 @@ public abstract class AbstractMapBag<E> implements Bag<E> {
|
|||
return true;
|
||||
}
|
||||
mut.value += nCopies;
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -153,7 +153,6 @@ public class LazyList<E> extends AbstractSerializableListDecorator<E> {
|
|||
// item is a place holder, create new one, set and return
|
||||
object = element(index);
|
||||
decorated().set(index, object);
|
||||
return object;
|
||||
}
|
||||
// good and ready to go
|
||||
return object;
|
||||
|
|
Loading…
Reference in New Issue