1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

[230013] [api][breaking] need to make DStoreKeyStore _instance private

This commit is contained in:
David McKnight 2008-05-05 16:18:00 +00:00
parent 2c4c585eed
commit d97001d12f

View file

@ -114,7 +114,7 @@ public class ClientConnection
private ArrayList _loaders;
// changed these to final since they are constants (that don't change)
public final static String INCOMPATIBLE_SERVER_UPDATE = "Incompatible DataStore."; //$NON-NLS-1$
public final static String INCOMPATIBLE_CLIENT_UPDATE = "Incompatible DataStore."; //$NON-NLS-1$
public final static String SERVER_OLDER = "Older DataStore Server."; //$NON-NLS-1$