]> source.dussan.org Git - vaadin-framework.git/commit
Tweak date style API (#10493) 8.3.0.beta1
authorLeif Åstrand <legioth@gmail.com>
Mon, 8 Jan 2018 11:05:26 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2018 11:05:26 +0000 (13:05 +0200)
commit531320c5051b7f72c9d96c7826b5cd4f9dcaae67
tree1ec02e66dc837fcc716d870dcae98b822d8357c3
parentaa3a703437e623134c16e81e8f2adef3ea411684
Tweak date style API (#10493)

* Disallow some `null` arguments
* Return an unmodifiable map from getDateStyles(). This helps the
developer understand that changes to the returned map are
not automatically applied to the component.
* Remove redundant `@link` markup from `@see` in the javadocs.
server/src/main/java/com/vaadin/ui/AbstractDateField.java