Rework cache system - Add Javadoc for AuthMe

This commit is contained in:
Xephi
2014-08-22 06:51:56 +02:00
parent e9032d1739
commit e5189283ed
375 changed files with 93072 additions and 236 deletions
@@ -755,8 +755,7 @@ public class FlatFileThread extends Thread implements DataSource {
int result = 0;
try {
br = new BufferedReader(new FileReader(source));
String line;
while ((line = br.readLine()) != null) {
while ((br.readLine()) != null) {
result++;
}
} catch (FileNotFoundException ex) {