eclipse plugin: Remove unused method and field
Issue found by "FindBugs"
This commit is contained in:
parent
5ee02f8172
commit
9c6b0998f6
1 changed files with 0 additions and 7 deletions
|
@ -28,8 +28,6 @@ import org.wesnoth.wml.core.Variable;
|
|||
*/
|
||||
public class ProjectCache
|
||||
{
|
||||
private IProject associatedProject_;
|
||||
|
||||
private long propertiesTimetamp_;
|
||||
private long definesTimetamp_;
|
||||
|
||||
|
@ -117,11 +115,6 @@ public class ProjectCache
|
|||
}
|
||||
}
|
||||
|
||||
public IProject getAssociatedProject()
|
||||
{
|
||||
return associatedProject_;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the properties store for the associated Project.
|
||||
* If the store doesn't exist it will be created.
|
||||
|
|
Loading…
Add table
Reference in a new issue