mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
bug 333113: Removed Java 6 usage
This commit is contained in:
parent
6bf37615c2
commit
bf50b0ce07
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class BuildLastTargetAction extends AbstractTargetAction {
|
|||
TargetBuild.LAST_TARGET_CONTAINER));
|
||||
if (name != null) {
|
||||
IContainer lastTargetContainer;
|
||||
if ( name.isEmpty() )
|
||||
if (name.length() == 0)
|
||||
lastTargetContainer = container.getProject();
|
||||
else
|
||||
lastTargetContainer = container.getProject().getFolder(new Path(name));
|
||||
|
|
Loading…
Add table
Reference in a new issue