mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove assert. Not sure why I wanted it before.
This commit is contained in:
parent
a3a88463a5
commit
8538b1b293
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public class CurGameInfo {
|
|||
|
||||
public String getName()
|
||||
{
|
||||
Assert.assertNotNull( m_name );
|
||||
// Assert.assertNotNull( m_name );
|
||||
return m_name;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue