comparison graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/ResolvedJavaType.java @ 21211:6b11405f0279

Fix typo
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 04 May 2015 08:49:06 +0200
parents deab43a789ad
children
comparison
equal deleted inserted replaced
21210:2940b4be8916 21211:6b11405f0279
345 * Returns the {@code <clinit>} method for this class if there is one. 345 * Returns the {@code <clinit>} method for this class if there is one.
346 */ 346 */
347 ResolvedJavaMethod getClassInitializer(); 347 ResolvedJavaMethod getClassInitializer();
348 348
349 /** 349 /**
350 * Returns true if this type represents and interface and it should be trusted even in places 350 * Returns true if this type represents an interface and it should be trusted even in places
351 * where the JVM verifier would not give any guarantees other than {@link Object}. 351 * where the JVM verifier would not give any guarantees other than {@link Object}.
352 */ 352 */
353 boolean isTrustedInterfaceType(); 353 boolean isTrustedInterfaceType();
354 } 354 }