Skip to content

Commit

Permalink
made QcType public (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
donremo authored Mar 5, 2021
1 parent e1d7eb3 commit 8360ca8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ object CheckStatus extends Enum[CheckStatus] {
case object Error extends CheckStatus
}

private[dataflare] sealed trait QcType extends EnumEntry
sealed trait QcType extends EnumEntry

private[dataflare] object QcType extends Enum[QcType] {
object QcType extends Enum[QcType] {
val values = findValues
case object ArbSingleDsCheck extends QcType
case object ArbDualDsCheck extends QcType
Expand Down

0 comments on commit 8360ca8

Please sign in to comment.