1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[216252] TODO about id

This commit is contained in:
David McKnight 2008-02-21 16:21:01 +00:00
parent fec5efb321
commit 96aff05b69

View file

@ -1161,7 +1161,9 @@ public class DStoreConnectorService extends StandardConnectorService implements
clientConnection = null;
// yantzi: artemis 6.0, check for invalid login (user ID / pwd) and reprompt for signon information
if (msg != null && msg.getLevelOneText().startsWith(NLS.bind(ConnectorServiceResources.MSG_COMM_INVALID_LOGIN, getHostName())))
if (msg != null &&
// tODO use ID or something instead of string
msg.getLevelOneText().startsWith(NLS.bind(ConnectorServiceResources.MSG_COMM_INVALID_LOGIN, getHostName())))
{
if (launchFailed)
{