Skip to content

Commit 7308440

Browse files
committed
Fix docs
1 parent 80e4c74 commit 7308440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/phases/DynamicAccessDetectionPhase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected void run(StructuredGraph graph, CoreProviders context) {
238238
}
239239

240240
/*
241-
* Returns the signature, parameter types and dynamic access kind (reflective or resource) of a
241+
* Returns the name, parameter types and dynamic access kind (reflective or resource) of a
242242
* method if it exists in the predetermined set, based on its graph and MethodCallTargetNode;
243243
* otherwise, returns null.
244244
*/
@@ -263,7 +263,7 @@ private MethodInfo getMethodInfo(MethodCallTargetNode callTarget) {
263263
}
264264

265265
/*
266-
* Returns the class path entry, module or package signature of the caller class if it is included in the value
266+
* Returns the class path entry, module or package name of the caller class if it is included in the value
267267
* specified by the option, otherwise returns null.
268268
*/
269269
private static String getSourceEntry(AnalysisType callerClass) {

0 commit comments

Comments
 (0)