Skip to content

Commit fde9c82

Browse files
authored
Merge pull request bennyhuo#8 from cooperkong/patch-1
觉得可以用一下更Kotlin的TODO写法
2 parents 4af80d5 + 49c61e6 commit fde9c82

File tree

1 file changed

+1
-1
lines changed
  • code/Kt11/src/main/kotlin/net/println/kt11

1 file changed

+1
-1
lines changed

code/Kt11/src/main/kotlin/net/println/kt11/Player.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Player {
4040
}
4141

4242
private fun doPlay(url: String, position: Long) {
43-
//todo
43+
TODO("Play function not yet implemented")
4444
}
4545

4646
private fun doResume(){

0 commit comments

Comments
 (0)