Skip to content

Commit 7a99762

Browse files
docs: add comment about Javadoc-related import
1 parent 987fe11 commit 7a99762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/variantsync/diffdetective/variation

src/main/java/org/variantsync/diffdetective/variation/NodeType.java

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

33
import org.variantsync.diffdetective.feature.AnnotationType;
44
import org.variantsync.diffdetective.variation.diff.DiffNode;
5-
import org.variantsync.diffdetective.variation.tree.VariationNode;
5+
import org.variantsync.diffdetective.variation.tree.VariationNode; // For Javadoc
66

77
/**
88
* The type of nodes of a {@link DiffNode} and a {@link VariationNode}.

0 commit comments

Comments
 (0)