summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-05-16 09:22:35 +0300
committerVaadin Code Review <review@vaadin.com>2014-05-22 09:05:15 +0000
commita070c8a1d2d8103ab7c8e14c114b075208f2f10f (patch)
treef655ad523be6a2f372845c6c5e2f3bde37c8a7b9 /server/tests/src/com/vaadin
parent21f427ca0cc6fbf6d50aad0ce36eacd3cfe16ad3 (diff)
downloadvaadin-framework-a070c8a1d2d8103ab7c8e14c114b075208f2f10f.tar.gz
vaadin-framework-a070c8a1d2d8103ab7c8e14c114b075208f2f10f.zip
Remove some unnecessary semicolons
Change-Id: I8698a9ecf691adde9a3bc2e92047be5f3036df1e
Diffstat (limited to 'server/tests/src/com/vaadin')
-rw-r--r--server/tests/src/com/vaadin/ui/UIInitRefreshTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/src/com/vaadin/ui/UIInitRefreshTest.java b/server/tests/src/com/vaadin/ui/UIInitRefreshTest.java
index e4b31ca487..9e1fabc58f 100644
--- a/server/tests/src/com/vaadin/ui/UIInitRefreshTest.java
+++ b/server/tests/src/com/vaadin/ui/UIInitRefreshTest.java
@@ -75,7 +75,7 @@ public class UIInitRefreshTest {
Assert.assertEquals("bar", event.getUriFragment());
fragmentChangeCalled = true;
}
- };
+ }
@Before
public void setUp() {