mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
no need for final
This commit is contained in:
parent
9d9c822bb8
commit
9f5d470c07
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ import android.graphics.Bitmap;
|
|||
import android.graphics.Rect;
|
||||
|
||||
import org.eehouse.android.xw4.jni.XwJNI;
|
||||
import org.eehouse.android.xw4.jni.XwJNI.DictWrapper;
|
||||
|
||||
public class ThumbCanvas extends BoardCanvas {
|
||||
|
||||
|
@ -54,7 +55,7 @@ public class ThumbCanvas extends BoardCanvas {
|
|||
// calling us. So don't switch threads for the dict_getChars()
|
||||
// call
|
||||
@Override
|
||||
public void dictChanged( final int dictPtr )
|
||||
public void dictChanged( int dictPtr )
|
||||
{
|
||||
if ( 0 != dictPtr ) {
|
||||
m_fontDims = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue