Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down