8331879: Clean up non-standard use of /// comments in java.base

Reviewed-by: naoto, iris, darcy
This commit is contained in:
Jonathan Gibbons 2024-05-31 22:16:35 +00:00
parent 2cae9a0397
commit 10eb1cb639
25 changed files with 117 additions and 117 deletions

View file

@ -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.