1.1 --- a/modules/lib.math/src/org/aiotrade/lib/math/timeseries/DefaultTSer.scala Wed Nov 04 03:55:50 2009 +0800
1.2 +++ b/modules/lib.math/src/org/aiotrade/lib/math/timeseries/DefaultTSer.scala Wed Nov 04 04:12:55 2009 +0800
1.3 @@ -63,7 +63,7 @@
1.4
1.5 private val INIT_CAPACITY = 400
1.6
1.7 - val items = new ArrayList[TItem](INIT_CAPACITY)// this will cause timestamps' lock deadlock?
1.8 + val items = new ArrayList[TItem]//(INIT_CAPACITY)// this will cause timestamps' lock deadlock?
1.9 /**
1.10 * Each var element of array is a Var that contains a sequence of values for one field of SerItem.
1.11 * @Note: Don't use scala's HashSet or HashMap to store Var, these classes seems won't get all of them stored