mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
make ivar private
This commit is contained in:
parent
25beb1b8d4
commit
e03be955a6
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ public class JNIThread extends Thread {
|
|||
private int m_connsIconID = 0;
|
||||
private String m_newDict = null;
|
||||
|
||||
LinkedBlockingQueue<QueueElem> m_queue;
|
||||
private LinkedBlockingQueue<QueueElem> m_queue;
|
||||
|
||||
private class QueueElem {
|
||||
protected QueueElem( JNICmd cmd, boolean isUI, Object[] args )
|
||||
|
|
Loading…
Reference in a new issue