Skip to content

Commit ad5d359

Browse files
committed
Cleared @Suppress
1 parent 8c59a7f commit ad5d359

File tree

1 file changed

+0
-3
lines changed
  • src/rider/main/kotlin/ru/ellizio/odatacliui/dialogs

1 file changed

+0
-3
lines changed

src/rider/main/kotlin/ru/ellizio/odatacliui/dialogs/CliDialog.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ class CliDialog(private val model: CliDialogModel) : BaseDialog(false) {
6565
.validationOnApply(CliDialogValidators.serviceNameValidator())
6666
}
6767
row(UiBundle.text("cli.metadata-source.row")) {
68-
@Suppress("MissingRecentApi")
69-
// Available since 243.15521.24
70-
// Rider 2024.3 has version 243.21565.191
7168
textFieldWithBrowseButton(fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor("xml"))
7269
.align(AlignX.FILL)
7370
.comment(UiBundle.text("cli.metadata-source.comment"), Int.MAX_VALUE)

0 commit comments

Comments
 (0)