Merge branch '3.5.x' into 4.0.x

Closes gh-49727
This commit is contained in:
Stéphane Nicoll
2026-03-24 10:29:30 +01:00
4 changed files with 4 additions and 4 deletions
@@ -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 {