Fix accordance to style guide

Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
Timo Müller
2021-05-04 13:59:52 +02:00
committed by GitHub
parent ab308b5e9e
commit 030e2bdd9b

View File

@@ -106,7 +106,7 @@ class FlowServerInitializedWithNullEnv extends DataFlow::Configuration {
}
}
/** Returns true if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
/** Holds if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
predicate mapFlowContainsCredentialtype(DataFlow::PathNode source) {
exists(MapToPutCredentialstypeConfiguration conf | conf.hasFlow(source.getNode(), _))
}