[jOOQ/jOOQ#9121] Make code Java 6 compatible
This commit is contained in:
parent
042c746b03
commit
eab08e3a02
@ -296,7 +296,7 @@ public final class FilePattern {
|
||||
try {
|
||||
loader.load(Source.of(file, encoding));
|
||||
}
|
||||
catch (Exception e) {
|
||||
catch (RuntimeException e) {
|
||||
log.error("Error while loading file: " + file);
|
||||
throw e;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user