mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
can't assert yet -- breaks upgrade
This commit is contained in:
parent
df093e1c10
commit
f1e6e2f8f5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class CommsAddrRec {
|
|||
public boolean add( CommsConnType typ )
|
||||
{
|
||||
DbgUtils.logf( "CommsConnTypeSet.add(%s)", typ.toString() );
|
||||
Assert.assertFalse( CommsConnType._COMMS_CONN_NONE == typ );
|
||||
// Assert.assertFalse( CommsConnType._COMMS_CONN_NONE == typ );
|
||||
boolean result = CommsConnType._COMMS_CONN_NONE == typ ? true
|
||||
: super.add( typ );
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue