Stefano Bagnara ha scritto:
Hi all,
I was trying to update the m2 build for the current trunk and I noticed
the use of the CopyOnWriteArraySet java 5 class.
As it is part of the concurrent library and we already depends on
concurrent I'm replacing it with the concurrent.jar one.
I've been really busy lately so I'm not sure if we instead decided to
drop java 1.4 support and start using java5 stuff directly. Please jump
in/correct me if the above change is not welcome.
Stefano
Ops, sorry, shame on me! It was my own uncommitted code to use the java
5 library ;-)
Everything but Math.signum seems to be fine. signum is easily expressed
via a simple "a = 0 ? 0 : a > 0 ? 1 : -1" so I will apply this change
where needed.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]