From 178e4d571e63c9b648bc78f91a7a574b192b9972 Mon Sep 17 00:00:00 2001 From: cs-cat <118669451+cs-cat@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:23:26 +0800 Subject: [PATCH] Fix typos in comments of CSObjs.java Signed-off-by: cs-cat <118669451+cs-cat@users.noreply.github.com> --- .../java/pascal/taie/analysis/pta/plugin/util/CSObjs.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java b/src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java index b41d183fa..78d7ba3ee 100644 --- a/src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java +++ b/src/main/java/pascal/taie/analysis/pta/plugin/util/CSObjs.java @@ -108,8 +108,8 @@ public static JMethod toMethod(CSObj csObj) { } /** - * Converts a CSObj of java.lang.reflect.Method to corresponding JMethod. - * If the object does not represent a Method, then return null. + * Converts a CSObj of java.lang.reflect.Field to corresponding JField. + * If the object does not represent a Field, then return null. */ @Nullable public static JField toField(CSObj csObj) {