oops -- missing semicolon.

This commit is contained in:
Andy2 2011-08-21 12:07:21 -07:00
parent c38e3593fb
commit 56fd01a05b

View file

@ -193,7 +193,7 @@ public class GameSummary {
{
String[] names = null;
if ( null != m_gi ) {
names = m_gi.visibleNames()
names = m_gi.visibleNames();
} else if ( null != m_playersSummary ) {
names = TextUtils.split( m_playersSummary, "\n" );
}