plugins -> mods
This commit is contained in:
@@ -115,6 +115,8 @@ public class ContentParser{
|
|||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Checks all @NonNull fields in this object, recursively.
|
||||||
|
* Throws an exception if any are null.*/
|
||||||
private void checkNulls(Object object){
|
private void checkNulls(Object object){
|
||||||
checkNulls(object, new ObjectSet<>());
|
checkNulls(object, new ObjectSet<>());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user