Commit 07b3382
committed
[issue-1399] fix: update deprecation message for DataRow.get method
The deprecation message for `DataRow.get(ColumnReference)` was successfully updated to simplify its content, specifically removing mentions of `perRowCol` and a URL, while retaining that `col[row]` is still available. However, the project build failed due to an external dependency issue unrelated to the code changes.1 parent 4bfe272 commit 07b3382
File tree
1 file changed
+1
-1
lines changed- core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments