diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-17 11:25:50 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-10-17 13:10:44 +0000 |
commit | 20c28aa2f0cfc7b49a2a7861f0b9427522f34417 (patch) | |
tree | 02480b20711a9d5792711fec306583d304c2190a | |
parent | a4211dc5e92cc48ff06bac46615bf486c59f64ed (diff) | |
download | vaadin-framework-20c28aa2f0cfc7b49a2a7861f0b9427522f34417.tar.gz vaadin-framework-20c28aa2f0cfc7b49a2a7861f0b9427522f34417.zip |
Fixed javadoc
Change-Id: I0c54a5d033d53efd2c82a1dc03f9b6fda423e8ce
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java index fbb04c2022..712ef94397 100644 --- a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java +++ b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java @@ -148,11 +148,9 @@ public abstract class AbstractTB3Test extends TestBenchTestCase { protected abstract void setupLocalDriver(); /** - * Opens the given test (defined by {@link #getTestUrl(boolean, boolean)}, - * optionally with debug window and/or push - * - * @param debug - * @param push + * Opens the given test (defined by {@link #getTestUrl()}, optionally with + * debug window and/or push (depending on {@link #isDebug()} and + * {@link #isPush()}. */ protected void openTestURL() { driver.get(getTestUrl()); |