aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/MethodPropertyDescriptor.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-03-21 10:21:19 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-21 09:33:02 +0000
commit4f7c09daf43b29e8df9bbce61ff90e9facf78425 (patch)
tree9236365f0b530da80ce29712a934567141d7bf5a /server/src/com/vaadin/data/util/MethodPropertyDescriptor.java
parenta70ef27bb7b6e8c41a27041bdd1b794c95544be8 (diff)
downloadvaadin-framework-4f7c09daf43b29e8df9bbce61ff90e9facf78425.tar.gz
vaadin-framework-4f7c09daf43b29e8df9bbce61ff90e9facf78425.zip
Remove all unnecessary semicolons reported by Eclipse
Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
Diffstat (limited to 'server/src/com/vaadin/data/util/MethodPropertyDescriptor.java')
-rw-r--r--server/src/com/vaadin/data/util/MethodPropertyDescriptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/MethodPropertyDescriptor.java b/server/src/com/vaadin/data/util/MethodPropertyDescriptor.java
index 7caebac317..007fdc4adc 100644
--- a/server/src/com/vaadin/data/util/MethodPropertyDescriptor.java
+++ b/server/src/com/vaadin/data/util/MethodPropertyDescriptor.java
@@ -122,7 +122,7 @@ public class MethodPropertyDescriptor<BT> implements
} catch (NoSuchMethodException e) {
getLogger().log(Level.SEVERE, "Internal deserialization error", e);
}
- };
+ }
@Override
public String getName() {