Skip to content

Commit

Permalink
Merge pull request #976 from Kotlin/csv-no-such-method-fix
Browse files Browse the repository at this point in the history
small fix for file clash at impl/io/readDelim.kt
  • Loading branch information
Jolanrensen authored Nov 28, 2024
2 parents 2456c87 + dc38b01 commit 7dd9a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("ReadDelimDeephavenKt")

package org.jetbrains.kotlinx.dataframe.impl.io

import io.deephaven.csv.CsvSpecs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("WriteDelimDeephavenKt")

package org.jetbrains.kotlinx.dataframe.impl.io

import org.apache.commons.csv.CSVFormat
Expand Down

0 comments on commit 7dd9a68

Please sign in to comment.