Skip to content

Commit 83c755c

Browse files
committed
Add a missing @Override
1 parent cf5b3cb commit 83c755c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/variantsync/diffdetective/feature/PreprocessorAnnotationParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static PreprocessorAnnotationParser CreateJppAnnotationParser(DiffLineFor
8787
* If no such formula could be parsed, returns a Literal with the line's condition as name.
8888
* @throws UnparseableFormulaException when {@link DiffLineFormulaExtractor#extractFormula(String)} throws.
8989
*/
90+
@Override
9091
public Node parseAnnotation(String line) throws UnparseableFormulaException {
9192
return extractor.extractFormula(line);
9293
}

0 commit comments

Comments
 (0)