Removed unused variable
This commit is contained in:
parent
0c97ad1b69
commit
02f864121d
@ -82,7 +82,6 @@ public class PatternSyntaxExceptionParser {
|
|||||||
|
|
||||||
public String getUserMessage() {
|
public String getUserMessage() {
|
||||||
String msg = "";
|
String msg = "";
|
||||||
StringBuffer sb = new StringBuffer();
|
|
||||||
String desc = exception.getDescription();
|
String desc = exception.getDescription();
|
||||||
switch(desc)
|
switch(desc)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user