diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-25 00:11:50 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-25 00:11:50 +0000 |
| commit | d6c229d9b96b356cc9267f7dfceedf787245c9fd (patch) | |
| tree | 7551a30e6b92fd989bdf2ae7dad293830dd551f3 | |
| parent | 6d0a585b553d2ed3dd09542d241eec24f697d20c (diff) | |
javadoc fix
| -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) |
