Skip to content

Commit 987fe11

Browse files
docs: revise JPPDiffLineFormulaExtractor docstring
1 parent 16c6586 commit 987fe11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/variantsync/diffdetective/feature/jpp/JPPDiffLineFormulaExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* Extracts the expression from a <a href="https://www.slashdev.ca/javapp/">JavaPP (Java PreProcessor)</a> statement .
15-
* For example, given the annotation "//#if defined(A) || B()", the extractor would extract "A || B".
15+
* For example, given the annotation "//#if defined(A) || B()", the extractor would extract "DEFINED_A || B".
1616
* The extractor detects if and elif annotations (other annotations do not have expressions).
1717
* The given JPP statement might also be a line in a diff (i.e., preceeded by a - or +).
1818
*

0 commit comments

Comments
 (0)