diff options
author | Noel Grandin <noel@peralex.com> | 2012-07-02 13:24:38 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:55:08 +0100 |
commit | bf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (patch) | |
tree | b82f3e01ea88be1aebc30840545ba798d52b76a0 /qadevOOo/runner/lib | |
parent | 360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff) |
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index 9e69f2f1b049..cf347cce6389 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -503,9 +503,9 @@ public class MultiPropertyTest extends MultiMethodTest * specified as parameters. * * @param val1 Not <code>null</code> value for the property - * tested. - * @param val1 Not <code>null</code> value for the property - * tested which differs from the first value. + * tested. + * @param val2 Not <code>null</code> value for the property + * tested which differs from the first value. */ public PropertyValueSwitcher(Object val1, Object val2) { |