| commit | 558252421231b677d453ba474fd1dbbffe1b8e80 | [log] [tgz] |
|---|---|---|
| author | Pete Gillin <peteg@google.com> | Wed Jun 06 14:14:36 2018 +0100 |
| committer | Pete Gillin <peteg@google.com> | Thu Jun 07 10:25:01 2018 +0100 |
| tree | 012fbaa865b0e0467d4dc7aa6620656ff17c9371 | |
| parent | 53693f4fba2c22a5df889365348937a175e8e7a2 [diff] [blame] |
Annotate java.util.Set. You can see the source files with the annotations in https://android-review.googlesource.com/c/platform/libcore/+/699804 (which obviously is not intended for submission). The .jaif changes here were copy-and-pasted from the results of running the extract-annotations tool on those sources. Test: make docs Bug: 64930165 Change-Id: Icdc220fa48285ddf8319e3a901eeea1c71e60709
diff --git a/annotated_java_files.bp b/annotated_java_files.bp index abde5be..fbb40d9 100644 --- a/annotated_java_files.bp +++ b/annotated_java_files.bp
@@ -42,5 +42,6 @@ "ojluni/src/main/java/java/util/Iterator.java", "ojluni/src/main/java/java/util/List.java", "ojluni/src/main/java/java/util/Map.java", + "ojluni/src/main/java/java/util/Set.java", ], }