Skip to content

Commit

Permalink
Update javadoc to cover desugaring
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=258431740
  • Loading branch information
clm authored and nick-someone committed Jul 24, 2019
1 parent 15dd91b commit 45553cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* be closed.
*
* <p>Note that Android SDK versions prior to 19 do not support try-with-resources, so the
* annotation should be avoided on APIs that may be used on Android.
* annotation should be avoided on APIs that may be used on Android, unless desugaring is used.
*/
@Documented
@Target({CONSTRUCTOR, METHOD})
Expand Down

0 comments on commit 45553cf

Please sign in to comment.