Skip to content
Snippets Groups Projects
Commit 0a49cb61 authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Merge branch 'master' into feat/brailletext_update-54

parents 4880ba66 b15fb375
No related branches found
No related tags found
1 merge request!34Feat/brailletext update 54
......@@ -56,8 +56,9 @@ public final class CsvParser {
/**
* Chooses the right parsing algorithm.
* Casting in this method is not guaranteed to be safe, use at your own risk.
* @param csvType CsvType
* @param csvOrientation CsvOrientation
* @param csvType CsvType The type of the data set contained by the CSV file.
* @param csvOrientation CsvOrientation Indicates the orientation of the CSV file (either {@link CsvOrientation#HORIZONTAL} or {@link CsvOrientation#VERTICAL})
* @param <T> The type of the generated {@link PointListContainer}
* @return PointListList
*/
@SuppressWarnings("unchecked")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment