Skip to content

Commit

Permalink
haveIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
lionants02 authored and piruin committed Jan 2, 2019
1 parent 61ebf12 commit f14d9cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/ffc/entity/healthcare/analyze/Issue.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class HealthProblem(
date: LocalDate = LocalDate.now()
) : HealthIssue(issue, date) {

override val haveIssue: Boolean
get() = severity != Severity.OK
override val haveIssue: Boolean = severity != Severity.OK

constructor(
issue: HealthIssue.Issue,
Expand Down

0 comments on commit f14d9cd

Please sign in to comment.