mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Formatting
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user