summaryrefslogtreecommitdiffstats
path: root/server/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main')
-rw-r--r--server/src/main/java/com/vaadin/ui/UI.java2
-rw-r--r--server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java2
2 files changed, 1 insertions, 3 deletions
diff --git a/server/src/main/java/com/vaadin/ui/UI.java b/server/src/main/java/com/vaadin/ui/UI.java
index 19e0420fd7..e17c7fec38 100644
--- a/server/src/main/java/com/vaadin/ui/UI.java
+++ b/server/src/main/java/com/vaadin/ui/UI.java
@@ -1779,7 +1779,7 @@ public abstract class UI extends AbstractSingleComponentContainer
*
* Used internally for communication tracking.
*
- * @param lastProcessedServerMessageId
+ * @param lastProcessedClientToServerId
* the id of the last processed server message
* @since 7.6
*/
diff --git a/server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java b/server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java
index ea475ebf09..b6d772fe7e 100644
--- a/server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java
+++ b/server/src/main/java/com/vaadin/ui/renderers/LocalDateTimeRenderer.java
@@ -129,8 +129,6 @@ public class LocalDateTimeRenderer
* the format pattern to format the date with, not {@code null}
* @param locale
* the locale to use, not {@code null}
- * @param nullRepresentation
- * the textual representation of the {@code null} value
*
* @throws IllegalArgumentException
* if format pattern is null