Codestyle
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user