Skip to content

Commit e853ff7

Browse files
docs: short addendum to docstrings of AnnotationParser
1 parent bc7747b commit e853ff7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
public interface AnnotationParser {
77
/**
8-
* Determine the annotation type for the given piece of text.
8+
* Determine the annotation type for the given piece of text (typically a line of source code).
99
*
1010
* @param text The text of which the type is determined.
1111
* @return The annotation type of the piece of text.
1212
*/
1313
AnnotationType determineAnnotationType(String text);
1414

1515
/**
16-
* Parse the condition of the given text containing an annotation.
16+
* Parse the condition of the given text containing an annotation (typically a line of source code).
1717
*
1818
* @param text The text containing a conditional annotation
1919
* @return The formula of the condition in the given annotation.

0 commit comments

Comments
 (0)