aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/HasValue.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-31 15:56:58 +0300
committerArtur Signell <artur@vaadin.com>2016-08-31 16:40:54 +0300
commit82806ef9b7f12c66e620a813c7987c0fbea723dc (patch)
treed9ed9165d7065e63613c306895bd8b3739c3f004 /server/src/main/java/com/vaadin/data/HasValue.java
parent277b1a5c2884291ea9312d555dc45545430c1d9c (diff)
downloadvaadin-framework-82806ef9b7f12c66e620a813c7987c0fbea723dc.tar.gz
vaadin-framework-82806ef9b7f12c66e620a813c7987c0fbea723dc.zip
Format the project using Neon, remove trailing whitespace
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
Diffstat (limited to 'server/src/main/java/com/vaadin/data/HasValue.java')
-rw-r--r--server/src/main/java/com/vaadin/data/HasValue.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/main/java/com/vaadin/data/HasValue.java b/server/src/main/java/com/vaadin/data/HasValue.java
index 86b97be9c0..2130aef4c6 100644
--- a/server/src/main/java/com/vaadin/data/HasValue.java
+++ b/server/src/main/java/com/vaadin/data/HasValue.java
@@ -28,10 +28,10 @@ import com.vaadin.shared.Registration;
* changed, either by the user or programmatically.
*
* @author Vaadin Ltd.
- *
+ *
* @param <V>
* the value type
- *
+ *
* @since
*/
public interface HasValue<V> extends Serializable {
@@ -67,7 +67,7 @@ public interface HasValue<V> extends Serializable {
/**
* Creates a new {@code ValueChange} event containing the given value,
* originating from the given source connector.
- *
+ *
* @param source
* the source connector, not null
* @param value