fix: forgot javadoc

This commit is contained in:
zaaarf 2023-09-01 12:11:15 +02:00
parent fa6c73faf0
commit 2f50657733
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -41,6 +41,7 @@ public interface IMappingFormat {
* returns its inverted form.
* @param lines the lines to read
* @param ignoreErrors try to ignore errors and keep going
* @return the inverted {@link Mapper}
* @throws MalformedMappingsException if an error is encountered and ignoreErrors is false
*/
default Mapper getInvertedMapper(List<String> lines, boolean ignoreErrors) throws MalformedMappingsException {