diff options
author | Tor Norbye <tnorbye@google.com> | 2018-12-26 19:55:07 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2019-01-19 12:07:50 -0800 |
commit | 68ea0c3c1375c9a14a0851b90899f36b5d355403 (patch) | |
tree | cdc2c9e5d6b93f789d2be836729def1e19dc20e8 /obex | |
parent | 401e3d4c842ce86569de4477138137dc07a6aa6f (diff) |
Update signature files to the new format
The new format is described in tools/metalava/FORMAT.md.
Fixes: 116589402 Switch signature files over to the v2 format
Fixes: 112626813 Drop "synchronized" modifier from the signature format
Fixes: 122358225 Omit overriding methods that only differ in final [...]
Fixes: 73088715 API Review: Need doclava to output nullability
Fixes: 79739773 API Review: Metalava enforcing constants are constant
Exempt-From-Owner-Approval: Large-scale tooling change
Test: make sdk, make update-api, make checkapi
Change-Id: Ia248aece5250e84e47c815c601133b698bf644c2
Diffstat (limited to 'obex')
-rw-r--r-- | obex/api/current.txt | 1 | ||||
-rw-r--r-- | obex/api/removed.txt | 1 | ||||
-rw-r--r-- | obex/api/system-current.txt | 1 | ||||
-rw-r--r-- | obex/api/system-removed.txt | 1 | ||||
-rw-r--r-- | obex/api/test-current.txt | 1 | ||||
-rw-r--r-- | obex/api/test-removed.txt | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/obex/api/current.txt b/obex/api/current.txt index 1cd562feff8d..f142bc86d7d6 100644 --- a/obex/api/current.txt +++ b/obex/api/current.txt @@ -1,3 +1,4 @@ +// Signature format: 2.0 package javax.obex { public class ObexPacket { diff --git a/obex/api/removed.txt b/obex/api/removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/removed.txt +++ b/obex/api/removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/system-current.txt b/obex/api/system-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/system-current.txt +++ b/obex/api/system-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/system-removed.txt b/obex/api/system-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/system-removed.txt +++ b/obex/api/system-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/test-current.txt b/obex/api/test-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/test-current.txt +++ b/obex/api/test-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/obex/api/test-removed.txt b/obex/api/test-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/obex/api/test-removed.txt +++ b/obex/api/test-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 |