Add java imports

This commit is contained in:
Chris Smowton
2022-08-23 09:41:00 +01:00
parent e27d62b0b4
commit 131d6043c1
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
* Provides classes and predicates to detect comparing a parameter to a hard-coded credential.
*/
import java
import HardcodedCredentials
/**

View File

@@ -2,6 +2,7 @@
* Provides a predicate identifying assignments of harcoded values to password fields.
*/
import java
import HardcodedCredentials
/**