Field might as well be final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fcf4320023
commit
4fa2b6e3ac
|
@ -48,7 +48,7 @@ package org.apache.commons.collections4.sequence;
|
|||
public abstract class EditCommand<T> {
|
||||
|
||||
/** Object on which the command should be applied. */
|
||||
private T object;
|
||||
private final T object;
|
||||
|
||||
/**
|
||||
* Simple constructor. Creates a new instance of EditCommand
|
||||
|
|
Loading…
Reference in New Issue