IDEMPIERE-231 Zk6: Improve the tablet experience. Restore accidentally remarked code.

This commit is contained in:
Heng Sin Low 2012-11-06 17:07:53 +08:00
parent 7fd2f8ae31
commit 99b4fc1c6d
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ public class LoginPanel extends Window implements EventListener<Event>
// Code assumes Database version {0}, but Database has Version {1}.
String msg = Msg.getMsg(ctx, AD_Message); // complete message
msg = MessageFormat.format(msg, new Object[] {Adempiere.DB_VERSION, version});
// throw new ApplicationException(msg);
throw new ApplicationException(msg);
}
}