Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Jun 2, 2021
1 parent c351949 commit abe57d4
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -74,7 +74,10 @@ public class ClassLoaderHandlerRegistry {
new ClassLoaderHandlerRegistryEntry(URLClassLoaderHandler.class),

// Placeholder for delegation to a ClassGraphClassLoader instance from an outer nested scan
new ClassLoaderHandlerRegistryEntry(ClassGraphClassLoaderHandler.class)));
new ClassLoaderHandlerRegistryEntry(ClassGraphClassLoaderHandler.class)

// FallbackClassLoaderHandler.class is registered separately below
));

/** Fallback ClassLoaderHandler. */
public static final ClassLoaderHandlerRegistryEntry FALLBACK_HANDLER = new ClassLoaderHandlerRegistryEntry(
Expand Down

0 comments on commit abe57d4

Please sign in to comment.