Skip to content

Commit 3ff12a4

Browse files
committed
fix javadoc
1 parent be75154 commit 3ff12a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/classworlds/ClassWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public synchronized ClassRealm newRealm( String id, Set<String> allowedResourceN
9191
* Adds a class realm with filtering.
9292
* Only resources/classes starting with one of the given prefixes are exposed.
9393
* @param id The identifier for this realm, must not be <code>null</code>.
94-
* @param baseClassLoader The base class loader for this realm, may be <code>null</code> to use the bootstrap class
94+
* @param classLoader The base class loader for this realm, may be <code>null</code> to use the bootstrap class
9595
* loader.
9696
* @param allowedResourceNamePrefixes the prefixes of resource names which should be exposed. Separator '/' is used here (even for classes).
9797
* @return the created class realm

0 commit comments

Comments
 (0)