mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
queue isn't meant to be static
This commit is contained in:
parent
144db5628f
commit
cd8ace6c9f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class BTService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
private BluetoothAdapter m_adapter;
|
private BluetoothAdapter m_adapter;
|
||||||
private static LinkedBlockingQueue<BTQueueElem> m_queue;
|
private LinkedBlockingQueue<BTQueueElem> m_queue;
|
||||||
private HashMap<String,String> m_names;
|
private HashMap<String,String> m_names;
|
||||||
private BTMsgSink m_btMsgSink;
|
private BTMsgSink m_btMsgSink;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue