From bf542dfdba7ec0996bf3a635ea87aeff176d0dc0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Jul 2012 13:24:38 +0200 Subject: Java update - cleanup javadoc @see tags Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc --- qadevOOo/runner/lib/MultiPropertyTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo/runner/lib') 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 null value for the property - * tested. - * @param val1 Not null value for the property - * tested which differs from the first value. + * tested. + * @param val2 Not null value for the property + * tested which differs from the first value. */ public PropertyValueSwitcher(Object val1, Object val2) { -- cgit