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:
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments