Skip to content

Commit 3162bca

Browse files
authored
Merge branch 'master' into DR2-2458_lineWrapTheOutput
2 parents eae52f8 + c211965 commit 3162bca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

csv-validator-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-javadoc-plugin</artifactId>
218-
<version>3.11.3</version>
218+
<version>3.12.0</version>
219219
</plugin>
220220
<plugin>
221221
<groupId>org.codehaus.mojo</groupId>

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
@@ -367,7 +367,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
367367

368368
private val scrollPane = new ScrollPane
369369
txtArReport.peer.setTransferHandler(fileHandler)
370-
scrollPane.preferredSize = new Dimension(300, 70) // for some reason, line wap only works if this is here
370+
scrollPane.preferredSize = new Dimension(300, 70) // for some reason, line wap only works if this is here so this will have to stay
371371
scrollPane.viewportView = txtArReport
372372

373373
private val btnValidate = new Button("Validate")

0 commit comments

Comments
 (0)