Closed GoogleCodeExporter closed 9 years ago
Currently I rewritten all my code to:
if ("true".equals(token.getEnv().getAttribute("someattr")))
Original comment by mmikuli...@gmail.com
on 16 Jun 2010 at 3:36
There's a version that takes a default value. How do you feel about:
if(env.getAttribute("someattr", Boolean.class, false))
Original comment by plor...@gmail.com
on 16 Jun 2010 at 4:53
Closing "Won't fix", no response to last comment.
Original comment by plor...@gmail.com
on 24 Jul 2011 at 3:43
Original issue reported on code.google.com by
mmikuli...@gmail.com
on 16 Jun 2010 at 3:31