Skip to content

Commit

Permalink
EmptyKEntity允许继承
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqian committed Nov 17, 2021
1 parent 4917004 commit fb690cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ package com.github.wangyiqian.stockchart.entities
* @author wangyiqian E-mail: [email protected]
* @version 创建时间: 2021/1/29
*/
class EmptyKEntity : KEntity(0f, 0f, 0f, 0f, 0, 0)
open class EmptyKEntity : KEntity(0f, 0f, 0f, 0f, 0, 0)

0 comments on commit fb690cd

Please sign in to comment.