Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 1c18f91

Browse files
committed
8269768: JFR Terminology Refresh
Reviewed-by: iignatyev, egahlin
1 parent 6f0e8e7 commit 1c18f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ private static void checkType(Class<?> type) {
375375
throw new IllegalArgumentException("Only primitives types or java.lang.String are allowed");
376376
}
377377

378-
// Whitelist of annotation classes that are allowed, even though
378+
// List of annotation classes that are allowed, even though
379379
// they don't have @MetadataDefinition.
380380
private static boolean isKnownJFRAnnotation(Class<? extends Annotation> annotationType) {
381381
if (annotationType == Registered.class) {

0 commit comments

Comments
 (0)