mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
backing out synchronize
This commit is contained in:
parent
2280c34837
commit
cb159c345d
1 changed files with 3 additions and 5 deletions
|
@ -354,11 +354,9 @@ public class DStoreHostFile implements IHostFile, IHostFilePermissionsContainer
|
|||
{
|
||||
if (attributes != null)
|
||||
{
|
||||
synchronized (attributes){
|
||||
String[] str = attributes.split("\\"+IServiceConstants.TOKEN_SEPARATOR); //$NON-NLS-1$
|
||||
if (str.length > index){
|
||||
return str[index];
|
||||
}
|
||||
String[] str = attributes.split("\\"+IServiceConstants.TOKEN_SEPARATOR); //$NON-NLS-1$
|
||||
if (str.length > index){
|
||||
return str[index];
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue