mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
Document empty block.
This commit is contained in:
parent
8308cff798
commit
5e4944286e
@ -616,10 +616,14 @@ public class ListUtils {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void visitInsertCommand(final E object) {}
|
||||
public void visitInsertCommand(final E object) {
|
||||
// noop
|
||||
}
|
||||
|
||||
@Override
|
||||
public void visitDeleteCommand(final E object) {}
|
||||
public void visitDeleteCommand(final E object) {
|
||||
// noop
|
||||
}
|
||||
|
||||
@Override
|
||||
public void visitKeepCommand(final E object) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user