Update java/ql/src/semmle/code/java/frameworks/javaee/ejb/EJBRestrictions.qll

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
yo-h
2020-05-12 14:14:26 -04:00
committed by GitHub
parent facd429d0a
commit a884538238

View File

@@ -49,7 +49,7 @@ predicate ejbCalls(Callable origin, ForbiddenCallable target, Call call) {
* Specification of "forbidden callables".
*/
/** A method or constructor may not be called by an EJB due to container interference. */
/** A method or constructor that may not be called by an EJB due to container interference. */
class ForbiddenContainerInterferenceCallable extends ForbiddenCallable {
ForbiddenContainerInterferenceCallable() {
this.getDeclaringType().getASupertype*().getSourceDeclaration() instanceof ClassLoaderClass or