Skip to content

Commit

Permalink
Fix incorrect Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Jan 18, 2025
1 parent 0ba509c commit e621a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/mappingio/MappingVisitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* <ul><li>overall: header -> content -> End -> overall
* <li>header: Header -> Namespaces [-> Metadata]*
* <li>content: Content [-> package|class|Metadata]*
* <li>package: Package [-> DstName]* -> ElementContent*
* <li>package: Package [-> DstName]* -> ElementContent [-> Comment]*
* <li>class: Class [-> DstName]* -> ElementContent [-> field|method|Comment]*
* <li>field: Field [-> DstName|DstDesc]* -> ElementContent [-> Comment]
* <li>method: Method [-> DstName|DstDesc]* -> ElementContent [-> arg|var|Comment]*
Expand Down

0 comments on commit e621a12

Please sign in to comment.