Skip to content

Commit 178e4d5

Browse files
committed
Fix typos in comments of CSObjs.java
Signed-off-by: cs-cat <[email protected]>
1 parent f4f1c5d commit 178e4d5

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/pascal/taie/analysis/pta/plugin/util

1 file changed

+2
-2
lines changed

src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public static JMethod toMethod(CSObj csObj) {
108108
}
109109

110110
/**
111-
* Converts a CSObj of java.lang.reflect.Method to corresponding JMethod.
112-
* If the object does not represent a Method, then return null.
111+
* Converts a CSObj of java.lang.reflect.Field to corresponding JField.
112+
* If the object does not represent a Field, then return null.
113113
*/
114114
@Nullable
115115
public static JField toField(CSObj csObj) {

0 commit comments

Comments
 (0)