geirm 2003/10/27 04:35:17
Modified:src/java/org/apache/velocity/util SimplePool.java
Log:
Change to the simple pool to remove items from pool on a get(), rather than
just returning them. Bug #19042
Revision ChangesPath
1.3 +25 -24
jakarta-velocity/src/java/
geirm 01/03/30 21:25:22
Modified:src/java/org/apache/velocity/util SimplePool.java
Log:
A few fixes to fix what I am sure was a synchronization problem, and
further, I am pretty convinced there was a hole at the bottom of the
array, which made life really unpleasant when we ra
jvanzyl 00/11/12 08:20:43
Added: src/java/org/apache/velocity/util SimplePool.java
Log:
- add SimplePool for the parser pool.
Revision ChangesPath
1.1
jakarta-velocity/src/java/org/apache/velocity/util/SimplePool.java
Index: SimplePool.java
===