mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Simulate deprecated import
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
committed by
Ed Minnix
parent
8cc2a7329e
commit
c62eaba601
@@ -5,4 +5,6 @@
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.security.WebviewDebuggingEnabledQuery
|
||||
private import semmle.code.java.security.WebviewDebuggingEnabledQuery as WebviewDebuggingEnabledQuery
|
||||
|
||||
deprecated class WebviewDebugEnabledConfig = WebviewDebuggingEnabledQuery:: WebviewDebugEnabledConfig;
|
||||
|
||||
Reference in New Issue
Block a user