Code cleanup.

This commit is contained in:
sk89q
2014-04-04 16:09:05 -07:00
parent e0fd804f70
commit ae8becafdd
10 changed files with 37 additions and 31 deletions

View File

@@ -650,8 +650,8 @@ public class LocalSession {
*
* @param CUIVersion
*/
public void setCUIVersion(int CUIVersion) {
this.cuiVersion = CUIVersion;
public void setCUIVersion(int cuiVersion) {
this.cuiVersion = cuiVersion;
}
/**