Skip to content

Commit 1dbb751

Browse files
committed
remove an obsolete method
1 parent e411109 commit 1dbb751

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

hibernate-scan-jandex/src/main/java/org/hibernate/archive/scan/spi/AbstractScannerImpl.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ private ArchiveDescriptor buildArchiveDescriptor(
7777
return descriptor;
7878
}
7979

80-
/**
81-
* Handle <jar-file/> references from a persistence.xml file.
82-
*
83-
* JPA allows for to be specific
84-
* @return The resolved non-root URL
85-
*/
86-
protected URL resolveNonRootUrl(URL url) {
87-
return null;
88-
}
89-
9080
// This needs to be protected and attributes/constructor visible in case
9181
// a custom scanner needs to override validateReuse.
9282
protected static class ArchiveDescriptorInfo {

0 commit comments

Comments
 (0)