Fixed Javadocs in LocalSession.

This commit is contained in:
sk89q 2014-04-04 22:43:33 -07:00
parent 7ed1718d21
commit 63a2ca824d

View File

@ -648,7 +648,7 @@ public class LocalSession {
/** /**
* Sets the client's CUI protocol version * Sets the client's CUI protocol version
* *
* @param CUIVersion * @param cuiVersion
*/ */
public void setCUIVersion(int cuiVersion) { public void setCUIVersion(int cuiVersion) {
this.cuiVersion = cuiVersion; this.cuiVersion = cuiVersion;