Fix logical error in comment text
This commit is contained in:
parent
d576691bfa
commit
cb769265f0
1 changed files with 2 additions and 2 deletions
|
@ -81,13 +81,13 @@ public interface ModContainer
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of modids that should be loaded prior to this one. The special
|
* A list of modids that should be loaded prior to this one. The special
|
||||||
* value <strong>*</strong> indicates to load <em>before</em> any other mod.
|
* value <strong>*</strong> indicates to load <em>after</em> any other mod.
|
||||||
*/
|
*/
|
||||||
List<ArtifactVersion> getDependencies();
|
List<ArtifactVersion> getDependencies();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of modids that should be loaded <em>after</em> this one. The
|
* A list of modids that should be loaded <em>after</em> this one. The
|
||||||
* special value <strong>*</strong> indicates to load <em>after</em> any
|
* special value <strong>*</strong> indicates to load <em>before</em> any
|
||||||
* other mod.
|
* other mod.
|
||||||
*/
|
*/
|
||||||
List<ArtifactVersion> getDependants();
|
List<ArtifactVersion> getDependants();
|
||||||
|
|
Loading…
Reference in a new issue