mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
11 lines
129 B
Java
Generated
11 lines
129 B
Java
Generated
package play;
|
|
|
|
@Deprecated
|
|
public class Play {
|
|
|
|
@Deprecated
|
|
public static Application application() {
|
|
return null;
|
|
}
|
|
}
|