diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-09 16:51:12 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-01-09 16:51:12 +0200 |
commit | e5015dc74c0cfa6501c9cc569464c704b7f18a32 (patch) | |
tree | bf214ff75ff4e471c96133bad3016fed7ca79dd9 /server/src/com/vaadin/data/RpcDataProviderExtension.java | |
parent | 8126e115cc9cbca30d1744faeff1cdd40508a50c (diff) | |
download | vaadin-framework-e5015dc74c0cfa6501c9cc569464c704b7f18a32.tar.gz vaadin-framework-e5015dc74c0cfa6501c9cc569464c704b7f18a32.zip |
Format project, once again
Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
Diffstat (limited to 'server/src/com/vaadin/data/RpcDataProviderExtension.java')
-rw-r--r-- | server/src/com/vaadin/data/RpcDataProviderExtension.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/data/RpcDataProviderExtension.java b/server/src/com/vaadin/data/RpcDataProviderExtension.java index c968cb1888..10857f8d6a 100644 --- a/server/src/com/vaadin/data/RpcDataProviderExtension.java +++ b/server/src/com/vaadin/data/RpcDataProviderExtension.java @@ -441,8 +441,8 @@ public class RpcDataProviderExtension extends AbstractExtension { * @param removedPropertyIds * the property ids that have been removed from the container */ - public void propertiesRemoved(@SuppressWarnings("unused") - Collection<Object> removedPropertyIds) { + public void propertiesRemoved( + @SuppressWarnings("unused") Collection<Object> removedPropertyIds) { /* * no-op, for now. * |