Skip to content
Merged
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 @@ -58,8 +58,8 @@
import org.jspecify.annotations.Nullable;

/**
* Removes unused imports from a source file. Imports that are only used in javadoc are also
* removed, and the references in javadoc are replaced with fully qualified names.
* Removes unused imports from a source file. Imports that are only used in javadoc are nevertheless
* kept.
*/
public class RemoveUnusedImports {

Expand Down
Loading