mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +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)
|
if (attributes != null)
|
||||||
{
|
{
|
||||||
synchronized (attributes){
|
String[] str = attributes.split("\\"+IServiceConstants.TOKEN_SEPARATOR); //$NON-NLS-1$
|
||||||
String[] str = attributes.split("\\"+IServiceConstants.TOKEN_SEPARATOR); //$NON-NLS-1$
|
if (str.length > index){
|
||||||
if (str.length > index){
|
return str[index];
|
||||||
return str[index];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue