Skip to content

Commit 766bf9a

Browse files
committed
Cleanup of a few warnings
1 parent 55ed633 commit 766bf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
519519
addToTableDialog(parentFrame, "Add Path Substitution...", rows, tblPathSubstitutions.addRow)
520520
}
521521

522-
private val tblPathSubstitutions: Table = new Table(0, 2) {
522+
private val tblPathSubstitutions = new Table(0, 2) {
523523
preferredViewportSize = new Dimension(500, 70)
524524
model = new DefaultTableModel(Array[Object]("From", "To"), 0)
525525

0 commit comments

Comments
 (0)