Skip to content

Commit ca8237b

Browse files
authored
Make comment into qldoc
1 parent e4b762b commit ca8237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CredentialExpr extends Expr {
1616
}
1717
}
1818

19-
/* A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
19+
/** A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
2020
class SensitiveLoggerConfiguration extends TaintTracking::Configuration {
2121
SensitiveLoggerConfiguration() { this = "SensitiveLoggerConfiguration" }
2222

0 commit comments

Comments
 (0)