Fix checkstyle 💩
This commit is contained in:
@@ -76,6 +76,12 @@ public final class ModInfo {
|
|||||||
private final String id;
|
private final String id;
|
||||||
private final String version;
|
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) {
|
public Mod(String id, String version) {
|
||||||
this.id = Preconditions.checkNotNull(id, "id");
|
this.id = Preconditions.checkNotNull(id, "id");
|
||||||
this.version = Preconditions.checkNotNull(version, "version");
|
this.version = Preconditions.checkNotNull(version, "version");
|
||||||
|
Reference in New Issue
Block a user