fixed some class comments

This commit is contained in:
Andreas Billmann
2015-12-18 09:00:03 +01:00
parent e3eb684ad9
commit 67f92cd60f
6 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ import java.io.IOException;
import java.util.Map;
/**
* Created by Andreas on 18.11.2015.
* reads the csv file and stores the values in csv model
*/
@Service
public class CSVFileReader implements FileReader {