mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
Allow initProjectDescription to throw CoreExceptions.
This commit is contained in:
parent
01457cd945
commit
af4fd8ed84
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public abstract class FMProjectGenerator extends FMGenerator {
|
||||||
|
|
||||||
private IProject project;
|
private IProject project;
|
||||||
|
|
||||||
protected abstract void initProjectDescription(IProjectDescription description);
|
protected abstract void initProjectDescription(IProjectDescription description) throws CoreException;
|
||||||
|
|
||||||
public void setProjectName(String projectName) {
|
public void setProjectName(String projectName) {
|
||||||
this.projectName = projectName;
|
this.projectName = projectName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue