Skip to content

Commit

Permalink
fix: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Oct 17, 2024
1 parent e76f773 commit 059f79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
sdkVersion=0.5.4
sdkVersion=0.5.5
5 changes: 2 additions & 3 deletions src/main/kotlin/cn/rtast/qwsdk/QWeatherSDK.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

@file:Suppress("unused")

package cn.rtast.qwsdk

import cn.rtast.qwsdk.api.*
Expand Down Expand Up @@ -46,7 +48,4 @@ class QWeatherSDK(key: String, plan: Plans) {
val ocean = Ocean
val astronomy = Astronomy
val warning = Warning

@Deprecated("This API is not impl! (No data to create data entity!)")
val solarRadiation: Nothing = TODO("Not available!")
}

0 comments on commit 059f79b

Please sign in to comment.