Review jpa facet support

Closes gh-762
This commit is contained in:
Stephane Nicoll 2018-11-05 17:47:48 +01:00
parent c71d78a840
commit 41f37027c6

View File

@ -304,14 +304,6 @@ public class ProjectRequest extends BasicProjectRequest {
this.resolvedDependencies.add(root);
}
/**
* Specify if this request has the jpa facet enabled.
* @return {@code true} if the project has the jpa facet
*/
public boolean hasJpaFacet() {
return hasFacet("jpa");
}
/**
* Specify if this request has the web facet enabled.
* @return {@code true} if the project has the web facet