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

@@ -30,7 +30,7 @@ import java.io.File;
import java.io.IOException;
/**
* Created by Andreas on 19.11.2015.
* read some file
*/
public interface FileReader {
void read(File filename) throws IOException;