Pedanticism police.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5326 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-08-15 23:19:25 +00:00
parent f632356dfc
commit df2e316330
@@ -545,8 +545,8 @@ public class Client
notifyObservers(CLIENT_DID_LOGOFF, null); notifyObservers(CLIENT_DID_LOGOFF, null);
cleanup(null); // this will set _standalone to false cleanup(null); // this will set _standalone to false
} }
// from Object @Override
public String toString () public String toString ()
{ {
StringBuilder builder = new StringBuilder(); StringBuilder builder = new StringBuilder();
@@ -557,7 +557,7 @@ public class Client
} }
/** /**
* Adds text representation of fields to the builder. The results will be placed between * Adds text representation of fields to the builder. The results will be placed between
* brackets by <code>toString</code>. * brackets by <code>toString</code>.
*/ */
public void fieldsToString (StringBuilder builder) public void fieldsToString (StringBuilder builder)