Formatting

This commit is contained in:
Tony Torralba
2023-05-30 17:50:50 +02:00
parent bf3fb09dfd
commit 54e011188d

View File

@@ -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. */