mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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 int m_connsIconID = 0;
|
||||||
private String m_newDict = null;
|
private String m_newDict = null;
|
||||||
|
|
||||||
LinkedBlockingQueue<QueueElem> m_queue;
|
private LinkedBlockingQueue<QueueElem> m_queue;
|
||||||
|
|
||||||
private class QueueElem {
|
private class QueueElem {
|
||||||
protected QueueElem( JNICmd cmd, boolean isUI, Object[] args )
|
protected QueueElem( JNICmd cmd, boolean isUI, Object[] args )
|
||||||
|
|
Loading…
Reference in a new issue