Skip to content

Commit 56d85d1

Browse files
committed
Fix compile
1 parent 8e5a6d0 commit 56d85d1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/src/main/scala/com/colisweb/jruby/concurrent/constant/memory/excel/ConcurrentConstantMemoryExcel.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ import scala.io.Codec
2121

2222
sealed abstract class Cell extends Product with Serializable
2323
object Cell {
24-
25-
private[this] implicit final val codec: Codec = Codec.UTF8
26-
2724
private[excel] final case object BlankCell extends Cell
2825
private[excel] final case class StringCell(value: String) extends Cell
2926
private[excel] final case class NumericCell(value: Double) extends Cell

0 commit comments

Comments
 (0)