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:
Sebastian Bazley 2013-04-29 22:59:34 +00:00
parent fcf4320023
commit 4fa2b6e3ac
1 changed files with 1 additions and 1 deletions

View File

@ -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