mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-07 18:49:32 +00:00
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…
x
Reference in New Issue
Block a user