Fix a bug with mutable state.
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 6 Feb 2012 10:36:06 +0000 (12:36 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 6 Feb 2012 10:36:06 +0000 (12:36 +0200)
commitaf85da93ad44bba379f1ccf898cfd55e3f3f4395
treef0e63d3e792ae34a3a2df57744af20449f6951fc
parentff71705132f57a8c0313695ab54d9706f99c5159
Fix a bug with mutable state.

Although DateCalculator is mutable, I was using it as an immutable.
src/main/scala/gr/grnet/aquarium/user/UserStateComputations.scala
src/main/scala/gr/grnet/aquarium/util/date/DateCalculator.scala