Skip to content

Commit 339659c

Browse files
committed
docs: add a disclaimer to LineGraphImport
1 parent 78975f8 commit 339659c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/org/variantsync/diffdetective/variation/diff/serialize/LineGraphImport.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
/**
2424
* Import VariationDiffs from line graph files.
25+
* <p>
26+
* This is a very rudimentary implementation of a deserializer that supports a similar format than
27+
* {@link LineGraphExport}. Rudimentary means that it only deserializes the structure of a variation
28+
* diff. Most other properties, including the label, line numbers and formulas, are not (always)
29+
* correctly deserialized. Hence, this is not an inverse of {@link LineGraphExport}.
2530
*
2631
* @author Kevin Jedelhauser, Paul Maximilian Bittner
2732
*/

0 commit comments

Comments
 (0)