mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-14 00:59:19 +01:00
fix: forgot javadoc
This commit is contained in:
parent
fa6c73faf0
commit
2f50657733
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue