Skip to content

Commit efedc29

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Remove TODO from public docs
PiperOrigin-RevId: 617288341
1 parent aa03905 commit efedc29

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

espresso/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following artifacts were released:
1818

1919
* Fix slow inRoot operations in Robolectric
2020
* Use PlatformTestStorageRegistry.getInstance consistently instead of passing a reference around
21+
* Remove TODO from InteractionResponse public ref docs
2122

2223
**New Features**
2324

espresso/remote/java/androidx/test/espresso/remote/InteractionResponse.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ public enum Status {
129129
Error
130130
}
131131

132-
/**
133-
* TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their
134-
* default description.
135-
*/
132+
// TODO(b/31122396): parse this from a proto Enum representing wire protocol error codes and their
133+
// default description.
136134
public static final class RemoteError {
137135
private static final String TAG = "RemoteError";
138136

0 commit comments

Comments
 (0)