Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
//Old code
(String)globalMap.get(context.tester)
//New code
(String) context.tester
// Additional I think you do not need the (String) conversion. But I'm not sure in this point.