mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-06 05:53:35 +08:00
Fix delombok package not exists error with proto generated files (#2083)
Fix javadoc & suppress no comments warning Fix terminal interaction in IDEA Update lombok onMethod to JDK8 version Some code reformat
This commit is contained in:
@@ -9,7 +9,7 @@ import lombok.Getter;
|
||||
@ResourceType(name = "BlossomRefreshExcelConfigData.json")
|
||||
@Getter
|
||||
public class BlossomRefreshExcelConfigData extends GameResource {
|
||||
@Getter(onMethod = @__(@Override))
|
||||
@Getter(onMethod_ = @Override)
|
||||
private int id;
|
||||
// Map details
|
||||
private long nameTextMapHash;
|
||||
|
||||
Reference in New Issue
Block a user