aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java')
-rw-r--r--uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java b/uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java
index d16a7a7811..c8e561e665 100644
--- a/uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java
+++ b/uitest/src/com/vaadin/tests/widgetset/server/RoundTripTester.java
@@ -43,7 +43,8 @@ public class RoundTripTester extends AbstractComponent {
public void start(long testDuration, int payloadSize) {
testStart = System.currentTimeMillis();
testEnd = testStart + testDuration;
- getRpcProxy(RoundTripTesterRpc.class).ping(1, generatePayload(payloadSize));
+ getRpcProxy(RoundTripTesterRpc.class).ping(1,
+ generatePayload(payloadSize));
}
private String generatePayload(int payloadSize) {