We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e49fef commit a968a3fCopy full SHA for a968a3f
doma-core/src/main/java/org/seasar/doma/jdbc/AbstractSqlFileRepository.java
@@ -109,7 +109,7 @@ protected final SqlNode parse(String sql) {
109
* @param path the SQL file path
110
* @return the SQL string
111
*/
112
- protected final String getSql(String path) {
+ protected String getSql(String path) {
113
try {
114
return ResourceUtil.getResourceAsString(path);
115
} catch (WrapException e) {
0 commit comments