Skip to content

Commit

Permalink
Update archunit/src/main/java/com/tngtech/archunit/core/domain/JavaPa…
Browse files Browse the repository at this point in the history
…ckage.java

Co-authored-by: Manfred Hanke <[email protected]>
  • Loading branch information
codecholeric and hankem authored Oct 3, 2022
1 parent 0dcec6d commit 7d2e681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public Set<JavaClass> getClasses() {
}

/**
* @return all classes contained in this {@link JavaPackage package tree}. I.e. all classes in this package,
* @return all classes contained in this {@link JavaPackage package tree}, i.e. all classes in this package,
* subpackages, subpackages of subpackages, and so on (compare {@link #getClasses()})
*/
@PublicAPI(usage = ACCESS)
Expand Down

0 comments on commit 7d2e681

Please sign in to comment.