Fixed argument name

This commit is contained in:
Luca Frosini 2020-09-25 11:56:16 +02:00
parent dbbddb45b0
commit bd039b8664
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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();