From e093bef0ccabd0843baee19318b61ef254911ab9 Mon Sep 17 00:00:00 2001 From: Michael Benz Date: Mon, 1 Oct 2018 10:02:18 +0200 Subject: Updated Upload.java (#11203) Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes) --- server/src/main/java/com/vaadin/ui/Upload.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src') diff --git a/server/src/main/java/com/vaadin/ui/Upload.java b/server/src/main/java/com/vaadin/ui/Upload.java index 301dc2d2e2..018b06e581 100644 --- a/server/src/main/java/com/vaadin/ui/Upload.java +++ b/server/src/main/java/com/vaadin/ui/Upload.java @@ -1205,7 +1205,7 @@ public class Upload extends AbstractComponent /** * Returns the component's list of accepted content-types. According to RFC - * 1867, the attributeis present, the browser might constrain the file + * 1867, if the attribute is present, the browser might constrain the file * patterns prompted for to match those with the corresponding appropriate * file extensions for the platform. * @@ -1219,7 +1219,7 @@ public class Upload extends AbstractComponent /** * Sets the component's list of accepted content-types. According to RFC - * 1867, the attributeis present, the browser might constrain the file + * 1867, if the attribute is present, the browser might constrain the file * patterns prompted for to match those with the corresponding appropriate * file extensions for the platform. Good examples are: {@code image/*} or * {@code image/png,text/plain} -- cgit v1.2.3