Don't reset login panel after failed login
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@548 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
7899a38fe6
commit
39ba50e1ac
6 changed files with 22 additions and 10 deletions
|
@ -308,4 +308,10 @@ public class MockView implements IView {
|
|||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void resetLoginPanel() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue