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:
Matthias Schiffer 2011-06-21 16:25:17 +02:00
parent 7899a38fe6
commit 39ba50e1ac
6 changed files with 22 additions and 10 deletions

View file

@ -308,4 +308,10 @@ public class MockView implements IView {
// TODO Auto-generated method stub
}
@Override
public void resetLoginPanel() {
// TODO Auto-generated method stub
}
}