mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
add explanatory comment
This commit is contained in:
parent
991cc8f04c
commit
132a495c4f
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ public class MultiMsgSink implements TransportProcs {
|
|||
|
||||
public int transportSend( byte[] buf, final CommsAddrRec addr, int gameID )
|
||||
{
|
||||
Assert.fail();
|
||||
Assert.fail(); // implement if this is getting called!!!
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -53,9 +53,9 @@ public class MultiMsgSink implements TransportProcs {
|
|||
{
|
||||
}
|
||||
|
||||
public boolean relayNoConnProc( byte[] buf, String relayID )
|
||||
public boolean relayNoConnProc( byte[] buf, String relayID )
|
||||
{
|
||||
Assert.fail();
|
||||
Assert.fail(); // implement if this is getting called!!!
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue