sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

queue.pop()/push() do not exist in java 5 (PatchFile.java) #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use other methods instead.

Original issue reported on code.google.com by rene.de....@gmail.com on 28 Oct 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Using add() and removeFirst(). Now its a FIFO queue.

Original comment by rene.de....@gmail.com on 28 Oct 2010 at 7:59