Skip to content
Snippets Groups Projects
Commit 60019cf5 authored by Goik Martin's avatar Goik Martin
Browse files

Javadoc removal

parent 5de643b6
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,6 @@ public class LoginUI extends UI implements DetachListener, PersistView {
emailField.clear();
}
/* (non-Javadoc)
* @see de.hdm_stuttgart.mi.P#guiInfo(java.lang.String)
*/
@Override
public void guiInfo(final String msg) {
Notification.show("Info",
......@@ -85,9 +82,6 @@ public class LoginUI extends UI implements DetachListener, PersistView {
Notification.Type.HUMANIZED_MESSAGE);
}
/* (non-Javadoc)
* @see de.hdm_stuttgart.mi.P#guiError(java.lang.String)
*/
@Override
public void guiError(final String msg) {
Notification.show("Error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment