Javadoc improvements per checkstyle

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-12-22 09:56:28 +11:00
parent d419ccca3f
commit d16413b877
96 changed files with 181 additions and 48 deletions

View File

@@ -405,9 +405,7 @@ public final class FireworkEffect implements ConfigurationSerializable {
@Override
public int hashCode() {
/**
* TRUE and FALSE as per boolean.hashCode()
*/
// TRUE and FALSE as per boolean.hashCode()
final int PRIME = 31, TRUE = 1231, FALSE = 1237;
int hash = 1;
hash = hash * PRIME + (flicker ? TRUE : FALSE);