Skip to content

Commit 8549389

Browse files
Improved JavaDoc
1 parent de9a002 commit 8549389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/groovy/edu/ie3/datamodel/io/csv/GridIoIT.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import java.nio.file.Files
1616
import java.nio.file.Path
1717

1818
/**
19-
* Testing whether PSDM CSV source and sink are stable when used sequentially, i.e. whether serialized and deserialized data is equal.
19+
* Testing whether PSDM CSV grids are equal when serialized and deserialized sequentially.
20+
* Grid data should <strong>not</strong> change when written out or parsed.
2021
*/
2122
class GridIoIT extends Specification implements CsvTestDataMeta {
2223

0 commit comments

Comments
 (0)