Rename Trainer.java to java/Trainer.java

This commit is contained in:
Kristian Knarvik 2017-11-28 14:53:45 +01:00 committed by GitHub
parent 81257d16da
commit 262a1f48be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,4 +96,4 @@ public class Trainer {
in.nextLine();
return null;
}
}
}