Skip to content

Commit dfc174a

Browse files
committed
fix javadoc on MappingMergePackageProposer
1 parent 7c5871b commit dfc174a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/java/org/quiltmc/enigma_plugin/proposal/MappingMergePackageProposer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
* the manually input class name will be changed according to the mappings, resulting in {@code net/minecraft/Class}.
5959
* </p>
6060
* <p>
61-
* The override format is written in JSON, with a structure mimicking a package tree and entirely composed of one object type:
61+
* The override format is written in JSON, with a structure mimicking a package tree and entirely composed of one object type.
62+
* The root of this file is a list of top-level package objects.
6263
* <pre><code>
6364
* [
6465
* {
@@ -90,7 +91,6 @@
9091
* </li>
9192
* <li>
9293
* {@code children}: a list of child packages of this package.
93-
* The root of each override file is identical to one of these objects.
9494
* </li>
9595
* </ul>
9696
* </p>

0 commit comments

Comments
 (0)