Polish Javadoc
This commit also reverts the change to ASM's SymbolTable class. See gh-34679
This commit is contained in:
@@ -1473,7 +1473,7 @@ final class SymbolTable {
|
||||
|
||||
/**
|
||||
* Another entry (and so on recursively) having the same hash code (modulo the size of {@link
|
||||
* SymbolTable#labelEntries}) as this one.
|
||||
* SymbolTable#labelEntries}}) as this one.
|
||||
*/
|
||||
LabelEntry next;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
* Copyright 2002-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -410,10 +410,10 @@ public abstract class ObjectUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a hash code for the given object; typically the value of
|
||||
* {@code Object#hashCode()}. If the object is an array,
|
||||
* this method will delegate to any of the {@code Arrays.hashCode}
|
||||
* methods. If the object is {@code null}, this method returns 0.
|
||||
* Return a hash code for the given object, typically the value of
|
||||
* {@link Object#hashCode()}. If the object is an array, this method
|
||||
* will delegate to one of the {@code Arrays.hashCode} methods. If
|
||||
* the object is {@code null}, this method returns {@code 0}.
|
||||
* @see Object#hashCode()
|
||||
* @see Arrays
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user