Skip to content

Commit 5f25ee8

Browse files
update deprecation message
1 parent 02c368a commit 5f25ee8

File tree

1 file changed

+2
-2
lines changed
  • dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io

1 file changed

+2
-2
lines changed

dataframe-excel/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/xlsx.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public class Excel : SupportedDataFrameFormat {
5959
DefaultReadExcelMethod(pathRepresentation)
6060
}
6161

62-
private const val MESSAGE_1_1 = "Will be ERROR in 1.1."
63-
internal const val READ_EXCEL_OLD = "This function is only here for binary compatibility. $MESSAGE_1_1"
62+
private const val MESSAGE_REMOVE_1_1 = "Will be removed in 1.1."
63+
internal const val READ_EXCEL_OLD = "This function is only here for binary compatibility. $MESSAGE_REMOVE_1_1"
6464

6565
internal class DefaultReadExcelMethod(path: String?) :
6666
AbstractDefaultReadMethod(path, MethodArguments.EMPTY, READ_EXCEL)

0 commit comments

Comments
 (0)