Fix ErrorManager ignoring error code in messages

This commit is contained in:
Sam Harwell 2012-04-02 18:13:47 -05:00
parent adad53ee18
commit 5fd8b223b6
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class ErrorManager {
locationValid = true;
}
messageFormatST.add("id", msg.errorType.ordinal());
messageFormatST.add("id", msg.errorType.code);
messageFormatST.add("text", messageST);
if (locationValid) reportST.add("location", locationST);