Skip to content

Commit 54e0111

Browse files
committed
Formatting
1 parent bf3fb09 commit 54e0111

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/lib/semmle/code/java/frameworks/google/GsonSerializability.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ import semmle.code.java.dataflow.FlowSteps
1313
* deserialized.
1414
*/
1515
private class GsonReadValueMethod extends Method {
16-
GsonReadValueMethod() {
17-
this.hasQualifiedName("com.google.gson", "Gson", "fromJson")
18-
}
16+
GsonReadValueMethod() { this.hasQualifiedName("com.google.gson", "Gson", "fromJson") }
1917
}
2018

2119
/** A type whose values may be deserialized by the Gson JSON framework. */

0 commit comments

Comments
 (0)