зеркало из https://github.com/github/codeql.git
Formatting
This commit is contained in:
Родитель
bf3fb09dfd
Коммит
54e011188d
|
@ -13,9 +13,7 @@ import semmle.code.java.dataflow.FlowSteps
|
|||
* deserialized.
|
||||
*/
|
||||
private class GsonReadValueMethod extends Method {
|
||||
GsonReadValueMethod() {
|
||||
this.hasQualifiedName("com.google.gson", "Gson", "fromJson")
|
||||
}
|
||||
GsonReadValueMethod() { this.hasQualifiedName("com.google.gson", "Gson", "fromJson") }
|
||||
}
|
||||
|
||||
/** A type whose values may be deserialized by the Gson JSON framework. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче