fixed unwanted remove

This commit is contained in:
schnabel 2016-10-25 20:37:55 +02:00
parent f57e7c0933
commit 32edf04b8e

View File

@ -946,5 +946,9 @@ public abstract class AbstractJavaCodegen extends DefaultCodegen implements Code
}
return sb.toString();
}
public String toRegularExpression(String pattern) {
return escapeText(pattern);
}
}