Skip to content

Commit bd8f1e6

Browse files
Googlercopybara-github
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 408169711
1 parent 77de9a9 commit bd8f1e6

File tree

1 file changed

+1
-1
lines changed
  • src/tools/android/java/com/google/devtools/build/android/desugar/langmodel

1 file changed

+1
-1
lines changed

src/tools/android/java/com/google/devtools/build/android/desugar/langmodel/TypeMappable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface TypeMappable<T> {
2525

2626
/**
2727
* Accepts a type mapper and returns a new instance of remapped struct without changing the
28-
* original source instance. Please apply {@param typeMapper} to any index-able state of the
28+
* original source instance. Please apply {@code typeMapper} to any index-able state of the
2929
* implementation class.
3030
*/
3131
T acceptTypeMapper(TypeMapper typeMapper);

0 commit comments

Comments
 (0)