mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8331879: Clean up non-standard use of /// comments in java.base
Reviewed-by: naoto, iris, darcy
This commit is contained in:
parent
2cae9a0397
commit
10eb1cb639
25 changed files with 117 additions and 117 deletions
|
@ -181,9 +181,9 @@ public abstract class ClassValue<T> {
|
|||
map.changeEntry(this, value);
|
||||
}
|
||||
|
||||
/// --------
|
||||
/// Implementation...
|
||||
/// --------
|
||||
//| --------
|
||||
//| Implementation...
|
||||
//| --------
|
||||
|
||||
/** Return the cache, if it exists, else a dummy empty cache. */
|
||||
private static Entry<?>[] getCacheCarefully(Class<?> type) {
|
||||
|
@ -535,9 +535,9 @@ public abstract class ClassValue<T> {
|
|||
addToCache(classValue, e);
|
||||
}
|
||||
|
||||
/// --------
|
||||
/// Cache management.
|
||||
/// --------
|
||||
//| --------
|
||||
//| Cache management.
|
||||
//| --------
|
||||
|
||||
// Statics do not need synchronization.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue