mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix checkstyle 💩
This commit is contained in:
@@ -76,6 +76,12 @@ public final class ModInfo {
|
||||
private final String id;
|
||||
private final String version;
|
||||
|
||||
/**
|
||||
* Creates a new mod info.
|
||||
*
|
||||
* @param id the mod identifier
|
||||
* @param version the mod version
|
||||
*/
|
||||
public Mod(String id, String version) {
|
||||
this.id = Preconditions.checkNotNull(id, "id");
|
||||
this.version = Preconditions.checkNotNull(version, "version");
|
||||
|
||||
Reference in New Issue
Block a user