mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
Closes gh-49728
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ public interface Archive extends AutoCloseable {
|
||||
* Factory method to create an appropriate {@link Archive} from the given
|
||||
* {@link Class} target.
|
||||
* @param target a target class that will be used to find the archive code source
|
||||
* @return an new {@link Archive} instance
|
||||
* @return a new {@link Archive} instance
|
||||
* @throws Exception if the archive cannot be created
|
||||
*/
|
||||
static Archive create(Class<?> target) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user