File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -153,16 +153,15 @@ public String version() {
153
153
}
154
154
155
155
public void testing () throws ApplicationException {
156
- talk talk = new talk ();
157
- talk .meetings .put ("[M001]" , new ConcurrentLinkedQueue <Builder >());
158
- talk .list .put ("{A}" , new ConcurrentLinkedQueue <Builder >());
159
- talk .list .put ("{B}" , new ConcurrentLinkedQueue <Builder >());
156
+ this .meetings .put ("[M001]" , new ConcurrentLinkedQueue <Builder >());
157
+ this .list .put ("{A}" , new ConcurrentLinkedQueue <Builder >());
158
+ this .list .put ("{B}" , new ConcurrentLinkedQueue <Builder >());
160
159
161
160
List <String > sess = new ArrayList <String >();
162
161
sess .add ("{A}" );
163
162
sess .add ("{B}" );
164
- talk .sessions .put ("[M001]" , sess );
165
- ApplicationManager . install ( talk );
163
+ this .sessions .put ("[M001]" , sess );
164
+
166
165
final int n = 1000 ;
167
166
new Thread (new Runnable (){
168
167
@ Override
You can’t perform that action at this time.
0 commit comments