Status: New
Owner: ----
CC: georgega...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-ExternalTools
New issue 534 by tudor.gi...(a)gmail.com: inFusion should export the
initialization of attributes in Java static constructs
http://code.google.com/p/moose-technology/issues/detail?id=534
static
{
RATE_CODES = new HashSet<String>(3);
RATE_CODES.add(RATE_ASSITANT_SERVICE);
RATE_CODES.add(RATE_MEDICAL_SERVICE);
RATE_CODES.add(RATE_TECHNICAL_SERVICE);
}