Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ boolean contains(Class<?> type) {
}

/**
* Returns whether any of the the packages could contain the type independent of the actual types backing the current
* Returns whether any of the packages could contain the type independent of the actual types backing the current
* instance.
*
* @param type must not be {@literal null}.
Expand All @@ -128,7 +128,7 @@ public boolean couldContain(Class<?> type) {
}

/**
* Returns whether any of the the packages could contain the type independent of the actual types backing the current
* Returns whether any of the packages could contain the type independent of the actual types backing the current
* instance.
*
* @param type must not be {@literal null}.
Expand Down