Skip to content

Commit 20a4c6c

Browse files
committed
Update name to ClassGraph in README files
1 parent 807a2b9 commit 20a4c6c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!---
2-
When filing a new bug, please call `FastClasspathScanner#verbose()`
3-
before `FastClasspathScanner#scan()`, and attach the generated
4-
verbose log to your bug report. (You can attach files by dragging
5-
and dropping onto this editing pane.) Thanks!
2+
When filing a new bug, please call `ClassGraph#verbose()` before
3+
`ClassGraph#scan()`, and attach the generated verbose log to your
4+
bug report. (You can attach log files by dragging and dropping
5+
onto the GitHub issue editing pane.) Thanks!
66
--->

src/main/java/io/github/classgraph/classloaderhandler/README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
This directory contains ClassLoaderHandlers: classes that know how to extract classpath
33
entries from different ClassLoaders.
44

5-
You can register your own custom ClassLoaderHandler with FastClasspathScanner by calling
6-
FastClasspathScanner#registerClassLoaderHandler() before calling #scan().
5+
You can register your own custom ClassLoaderHandler with ClassGraph by calling
6+
ClassGraph#registerClassLoaderHandler() before calling #scan().
77

88
Note that URLClassLoader subclasses do not need a custom ClassLoaderHandler, they are
9-
handled automatically by FastClasspathScanner.
9+
handled automatically by ClassGraph.
1010

11-
If a new default ClassLoaderHandler is added to FastClasspathScanner, then it should be
12-
added to the list in ClassLoaderHandlerRegistry.
11+
If a new default ClassLoaderHandler is added to ClassGraph, then it should be added to
12+
the list in ClassLoaderHandlerRegistry.
1313

0 commit comments

Comments
 (0)