This commit is contained in:
Stephane Nicoll
2015-07-24 07:19:53 +02:00
parent d6e914be87
commit 42e230192f
50 changed files with 100 additions and 104 deletions

View File

@@ -30,6 +30,6 @@ public interface PluginFeatures {
* Apply the features to the specified project.
* @param project the project to apply features to
*/
public void apply(Project project);
void apply(Project project);
}