Skip to content
Prev Previous commit
Next Next commit
chore: fix lint
  • Loading branch information
chingor13 committed Jun 26, 2020
commit 9e52cce3022e136b9a488afe266e9520ed972f88
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
* <p>For security purposes, the file's permissions are set such that the file is only accessible by
* the file's owner.
*
* <p>Note: this class is not compatible with Android lower than API level 26 (Oreo). For an implementation
* compatible with Android < 26, please use com.google.api.client.extensions.android.util.store.FileDataStoreFactory
* which is provided by com.google.http-client:google-http-client-android.
* <p>Note: this class is not compatible with Android lower than API level 26 (Oreo). For an
* implementation compatible with Android < 26, please use
* com.google.api.client.extensions.android.util.store.FileDataStoreFactory which is provided by
* com.google.http-client:google-http-client-android.
*
* @since 1.16
* @author Yaniv Inbar
Expand Down