Skip to content

Commit d00f2db

Browse files
committed
Style fix
1 parent 4c04830 commit d00f2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageDebugInfoProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
import com.oracle.svm.hosted.meta.HostedPrimitiveType;
7171
import com.oracle.svm.hosted.meta.HostedType;
7272
import com.oracle.svm.hosted.substitute.InjectedFieldsType;
73-
import com.oracle.svm.hosted.substitute.SubstitutionField;
7473
import com.oracle.svm.hosted.substitute.SubstitutionMethod;
7574
import com.oracle.svm.hosted.substitute.SubstitutionType;
7675

@@ -209,6 +208,7 @@ protected static ResolvedJavaType getDeclaringClass(HostedMethod hostedMethod, b
209208
return javaMethod.getDeclaringClass();
210209
}
211210

211+
@SuppressWarnings("unused")
212212
protected static ResolvedJavaType getDeclaringClass(HostedField hostedField, boolean wantOriginal) {
213213
/* for now fields are always reported as belonging to the original class */
214214
return getOriginal(hostedField.getDeclaringClass());

0 commit comments

Comments
 (0)