Skip to content

Commit 742e4f3

Browse files
eamonnmcmanusgoogle-java-format Team
authored andcommitted
Update a comment about imports that are only used in Javadoc.
PiperOrigin-RevId: 893145313
1 parent f7a4f72 commit 742e4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/google/googlejavaformat/java/RemoveUnusedImports.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
import org.jspecify.annotations.Nullable;
5959

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

0 commit comments

Comments
 (0)