Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GuiSettings: suppress ClassCanBeRecord inspection
Class GuiSettings cannot be converted into a record at this time due to lack of support for records in Gson library, which is used for serialization and deserialization to/from JSON. google/gson#1794 So mark it with @SuppressWarnings annotation to make the code green in IntelliJ IDEA.
- Loading branch information