mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[216252] TODO about id
This commit is contained in:
parent
fec5efb321
commit
96aff05b69
1 changed files with 3 additions and 1 deletions
|
@ -1161,7 +1161,9 @@ public class DStoreConnectorService extends StandardConnectorService implements
|
||||||
clientConnection = null;
|
clientConnection = null;
|
||||||
|
|
||||||
// yantzi: artemis 6.0, check for invalid login (user ID / pwd) and reprompt for signon information
|
// 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)
|
if (launchFailed)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue