File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
remote/java/androidx/test/espresso/remote Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The following artifacts were released:
18
18
19
19
* Fix slow inRoot operations in Robolectric
20
20
* Use PlatformTestStorageRegistry.getInstance consistently instead of passing a reference around
21
+ * Remove TODO from InteractionResponse public ref docs
21
22
22
23
** New Features**
23
24
Original file line number Diff line number Diff line change @@ -129,10 +129,8 @@ public enum Status {
129
129
Error
130
130
}
131
131
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.
136
134
public static final class RemoteError {
137
135
private static final String TAG = "RemoteError" ;
138
136
You can’t perform that action at this time.
0 commit comments