forked from External/mage
Renamed method
According java naming convention methods should start from lowercase letter.
This commit is contained in:
parent
aff057e1a7
commit
b4546a2ecb
3 changed files with 4 additions and 4 deletions
|
|
@ -114,7 +114,7 @@ public class GameSessionWatcher {
|
|||
* Cleanup if Session ends
|
||||
*
|
||||
*/
|
||||
public void CleanUp() {
|
||||
public void cleanUp() {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue