]> source.dussan.org Git - vaadin-framework.git/commit
Fix javadoc for CustomizedSystemMessages (#9970)
authorMichael Benz <michael.benz@foconis.de>
Tue, 12 Sep 2017 10:29:12 +0000 (12:29 +0200)
committerHenri Sara <henri.sara@gmail.com>
Tue, 12 Sep 2017 10:29:12 +0000 (13:29 +0300)
commit110079ad37300033ccb776ef3a1490f0d61f529d
tree27803b9fae1f517f22b1dd94592059187b5989d3
parentb75136b70f6a2fa0613ebf250c3dfe426543e0f2
Fix javadoc for CustomizedSystemMessages (#9970)

Fixed two typos in the CustomizedSystemMessages Javadoc.
Added the two missing situations: (although AuthenticationError seems not to be used in the server workspace)

Authentication error: the client received a 401 (Unauthorized) response from the server.
Cookies disabled: the browser does not support cookies
reference in documentation:
https://vaadin.com/vaadin-documentation-portlet/framework/application/application-errors.html
server/src/main/java/com/vaadin/server/CustomizedSystemMessages.java