Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Drop ExperimentalCoroutinesApi annotation in GattCallback #54

Merged
merged 2 commits into from
Apr 14, 2020

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Apr 12, 2020

Since GattCallback in an internal class, it's properties are not part of the public API, so using @ExperimentalCoroutinesApi is superfluous.

Since `GattCallback` in an `internal` class, it's properties are not
part of the public API, so using `@ExperimentalCoroutinesApi` is
superfluous.
@twyatt twyatt added this to the 1.0.0 milestone Apr 12, 2020
@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #54 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #54   +/-   ##
==========================================
  Coverage      74.89%   74.89%           
  Complexity        36       36           
==========================================
  Files             14       14           
  Lines            243      243           
  Branches          26       26           
==========================================
  Hits             182      182           
  Misses            53       53           
  Partials           8        8           
Impacted Files Coverage Δ Complexity Δ
core/src/main/java/gatt/GattCallback.kt 91.42% <ø> (ø) 16.00 <0.00> (ø)

@twyatt twyatt marked this pull request as ready for review April 12, 2020 18:17
@twyatt twyatt merged commit b054134 into develop Apr 14, 2020
@twyatt twyatt deleted the twyatt/ExperimentalCoroutinesApi branch April 14, 2020 21:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants