Fixed argument name
This commit is contained in:
parent
dbbddb45b0
commit
bd039b8664
|
@ -1,2 +1,3 @@
|
||||||
/org.eclipse.core.resources.prefs
|
/org.eclipse.core.resources.prefs
|
||||||
/org.eclipse.jdt.core.prefs
|
/org.eclipse.jdt.core.prefs
|
||||||
|
/org.eclipse.m2e.core.prefs
|
||||||
|
|
|
@ -22,7 +22,7 @@ public interface SimplePropertyFacet extends Facet {
|
||||||
@ISProperty(mandatory=true, nullable=false)
|
@ISProperty(mandatory=true, nullable=false)
|
||||||
public String getName();
|
public String getName();
|
||||||
|
|
||||||
public void setName(String schema);
|
public void setName(String name);
|
||||||
|
|
||||||
@ISProperty(mandatory=true, nullable=false)
|
@ISProperty(mandatory=true, nullable=false)
|
||||||
public String getValue();
|
public String getValue();
|
||||||
|
|
Loading…
Reference in New Issue