mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
* Where possible, replace .split() and .replace() methods with compiled Regex patterns. This prevents a regular expression from being compiled multiple times during runtime. * Forgot making one instance `private static final`.