mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
Add assert prior to removing dead (?) code
There should no longer be a need for curThis(), but let's confim by asserting for a while.
This commit is contained in:
parent
a3bf942004
commit
bbffe4caf1
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ public class DelegateBase implements DlgClickNotify,
|
|||
}
|
||||
if ( this != result ) {
|
||||
Log.d( TAG, "%s.curThis() => " + result, this.toString() );
|
||||
Assert.fail();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue