diff options
Diffstat (limited to 'sources/events/VSAbstractEvent.java')
| -rw-r--r-- | sources/events/VSAbstractEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/events/VSAbstractEvent.java b/sources/events/VSAbstractEvent.java index 7adf535..510169b 100644 --- a/sources/events/VSAbstractEvent.java +++ b/sources/events/VSAbstractEvent.java @@ -57,7 +57,7 @@ abstract public class VSAbstractEvent extends VSPrefs { /** * Creates a copy of the event and using a new process. * - * @param newProcess The new process + * @param theProcess The new process * @return The copy */ final public VSAbstractEvent getCopy(VSProcess theProcess) |
