Codestyle

This commit is contained in:
Auxilor
2021-02-19 19:17:15 +00:00
parent 1b88353e81
commit fcdd0932ea

View File

@@ -55,7 +55,7 @@ public class TalismanStrength {
* @param colorSupplier The color supplier. * @param colorSupplier The color supplier.
*/ */
protected TalismanStrength(@NotNull final String name, protected TalismanStrength(@NotNull final String name,
@NotNull final Supplier<String> colorSupplier) { @NotNull final Supplier<String> colorSupplier) {
this.colorSupplier = colorSupplier; this.colorSupplier = colorSupplier;
this.name = name; this.name = name;
this.color = colorSupplier.get(); this.color = colorSupplier.get();
@@ -63,6 +63,7 @@ public class TalismanStrength {
/** /**
* Get the name of the strength. * Get the name of the strength.
*
* @return The name. * @return The name.
*/ */
public String name() { public String name() {