fix(weaver-pojo-attributes-ext)!: Rename values to value for more consistency
This commit is contained in:
@@ -13,7 +13,7 @@ import lombok.Data;
|
||||
@Data
|
||||
public class TestModConfig {
|
||||
private String helloStart = "Minecraft";
|
||||
@Attribute(key = "scope", values = "game")
|
||||
@Attribute(key = "scope", value = "game")
|
||||
private String helloInGame = "Game";
|
||||
private String helloEnd = "!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user