Removed unused variable

This commit is contained in:
Owen Stephens 2017-11-29 11:01:43 +00:00
parent 0c97ad1b69
commit 02f864121d

View File

@ -82,7 +82,6 @@ public class PatternSyntaxExceptionParser {
public String getUserMessage() {
String msg = "";
StringBuffer sb = new StringBuffer();
String desc = exception.getDescription();
switch(desc)
{