Skip to content

Commit fe26aca

Browse files
committed
Remove non-ASCII character
1 parent 7013844 commit fe26aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ private class ExplicitlyReadGsonDeserializableType extends GsonDeserializableTyp
2727
ma.getMethod() instanceof GsonReadValueMethod and
2828
// ...where `this` is used in the final argument, indicating that this type will be deserialized.
2929
// TODO: find a way to get the type represented by java.lang.reflect.Type and com.google.gson.reflect.TypeToken
30-
// fromJson(String json, TypeToken<T> typeOfT)
31-
// fromJson(String json, Type typeOfT)
30+
// fromJson(String json, TypeToken<T> typeOfT)
31+
// fromJson(String json, Type typeOfT)
3232
usesType(ma.getArgument(1).getType(), this) and
3333
not this instanceof TypeClass and
3434
not this instanceof TypeObject

0 commit comments

Comments
 (0)