forked from loafle/openapi-generator-original
fixed unwanted remove
This commit is contained in:
parent
f57e7c0933
commit
32edf04b8e
@ -947,4 +947,8 @@ public abstract class AbstractJavaCodegen extends DefaultCodegen implements Code
|
|||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toRegularExpression(String pattern) {
|
||||||
|
return escapeText(pattern);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user