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:
parent
2c4c585eed
commit
d97001d12f
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue