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 2c7a809 commit 138d45fCopy full SHA for 138d45f
src/main/java/org/apache/ibatis/io/DefaultVFS.java
@@ -291,18 +291,6 @@ protected URL findJarForResource(URL url) throws MalformedURLException {
291
return null;
292
}
293
294
- /**
295
- * Converts a Java package name to a path that can be looked up with a call to
296
- * {@link ClassLoader#getResources(String)}.
297
- *
298
- * @param packageName
299
- * The Java package name to convert to a path
300
- * @return the package path
301
- */
302
- protected String getPackagePath(String packageName) {
303
- return packageName == null ? null : packageName.replace('.', '/');
304
- }
305
-
306
/**
307
* Returns true if the resource located at the given URL is a JAR file.
308
*
0 commit comments