mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8340200: Misspelled constant AttributesProcessingOption.DROP_UNSTABLE_ATRIBUTES
Reviewed-by: liach
This commit is contained in:
parent
64e3a9ee91
commit
3e14fb9c16
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ public sealed interface ClassFile
|
||||||
DROP_UNKNOWN_ATTRIBUTES,
|
DROP_UNKNOWN_ATTRIBUTES,
|
||||||
|
|
||||||
/** Drop unknown and unstable original attributes during transformation */
|
/** Drop unknown and unstable original attributes during transformation */
|
||||||
DROP_UNSTABLE_ATRIBUTES;
|
DROP_UNSTABLE_ATTRIBUTES
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue