Renamed method

According java naming convention methods should start from lowercase letter.
This commit is contained in:
vraskulin 2016-12-29 14:13:23 +03:00
parent aff057e1a7
commit b4546a2ecb
3 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ public class GameSessionWatcher {
* Cleanup if Session ends
*
*/
public void CleanUp() {
public void cleanUp() {
}