Add comment on "copy".

This commit is contained in:
asofold 2013-01-30 11:00:33 +01:00
parent a3656b92d9
commit 4e85e9d211

View File

@ -78,7 +78,8 @@ public abstract class Action {
}
/**
* Get an optimized copy, given the config in use. The default implementation returns this instance.
* Get an optimized copy, given the config in use. The default implementation returns this instance.<br>
* TODO: "Copy" does not match this.
* @param config
* @param threshold
* @return Can return this (unchanged), null (not to be executed ever) or a new instance (changed, optimized).