Fix incorrect documentation. Closes #664

This commit is contained in:
modmuss50
2022-08-04 12:59:37 +01:00
parent d5c016e0e3
commit c5231a6641

View File

@@ -44,7 +44,7 @@ public interface FileMappingsSpecBuilder {
* <p>The default mapping path is {@code mappings/mappings.tiny}, matching regular mapping dependency jars
* such as Yarn's.
*
* @param mappingPath the mapping path, or null if a bare file
* @param mappingPath the mapping path
* @return this builder
*/
FileMappingsSpecBuilder mappingPath(String mappingPath);