Skip to content

Commit

Permalink
Improved javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 12, 2016
1 parent 977cf36 commit c46060b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public interface StackFacet extends ProjectFacet
* Does this {@link StackFacet} support the given {@link ProjectType} in the New Project wizard?
*
* @param projectType the project type chosen in the NewProjectWizard
* @return <code>true</code> if the stack provided by {@link #getStack()} is support by the given {@link ProjectType}
* @return <code>true</code> if the stack provided by {@link #getStack()} supports the given {@link ProjectType}
*/
boolean supports(ProjectType projectType);
}

0 comments on commit c46060b

Please sign in to comment.