commit | ab2c291b461f1daf3b196daae2a148a847c0feec | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Mon Jan 27 14:41:16 2020 -0800 |
committer | David Su <dysu@google.com> | Mon Jan 27 14:41:16 2020 -0800 |
tree | 82adcbbb0b93e2848f25d8164b5486e12b64444b | |
parent | bd9ff621380c0204cdfed57c8c3f01bd17c0df9e [diff] |
CloseGuard: Fix JavaDoc code sample to use correct API The code sample in the JavaDoc shows `CloseGuard.get()` to create a new CloseGuard, which is incorrect. The correct API is `new CloseGuard()`. Bug: 148291235 Test: compiles Change-Id: I1dd24fff150e671007b67c023b20e078557f2966