Skip to content

Commit

Permalink
fix wrong input
Browse files Browse the repository at this point in the history
fix wrong input
  • Loading branch information
leaf-soba committed Nov 15, 2024
1 parent 830e7e6 commit 065a784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ private void parseJabRefComment(Map<String, String> meta) {
parserResult.addException(ex);
}
} else if (comment.substring(0, Math.min(comment.length(), MetaData.META_FLAG_VERSION_010.length())).equals(MetaData.META_FLAG_VERSION_010)) {
parseCommentToJson(comment);
parseCommentToJson(comment, meta);
}
}

Expand Down

0 comments on commit 065a784

Please sign in to comment.