Skip to content

Commit

Permalink
Fix lgtm Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed May 18, 2022
1 parent 04fbd62 commit 2e6e5a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/github/classgraph/ClasspathElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ abstract class ClasspathElement implements Comparable<ClasspathElement> {
/**
* A classpath element.
*
* @param classLoader
* the classloader
* @param workUnit
* the work unit
* @param scanSpec
* the scan spec
*/
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/io/github/classgraph/ClasspathElementZip.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ class ClasspathElementZip extends ClasspathElement {
/**
* A jarfile classpath element.
*
* @param rawPathObj
* the raw path to the jarfile as a {@link String}, possibly including "!"-delimited nested paths, or
* a {@link URL}, {@link URI} ol {@link Path} for the jarfile.
* @param workUnit
* the work unit
* @param nestedJarHandler
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/io/github/classgraph/Scanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ public ClasspathElement newInstance(final Object classpathEntryObj, final LogNod
* on exit, the set of all classpath elements
* @param toplevelClasspathEltsOut
* on exit, the toplevel classpath elements
* @param ClasspathEltOrder
* the toplevel classpath elt order
* @return the work unit processor
*/
private WorkUnitProcessor<ClasspathEntryWorkUnit> newClasspathEntryWorkUnitProcessor(
Expand Down

0 comments on commit 2e6e5a2

Please sign in to comment.