Skip to content

Commit

Permalink
Fixed two minor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mipastgt committed Sep 30, 2021
1 parent 4e510de commit 24ceab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

public class HostServicesShowDocumentTest extends Application {

private final static String testHtmlUri = new File("test.html").toURI().toString();
private final static String testTxtUri = new File("test.txt").toURI().toString();
private final static String testCsvUri = new File("test.csv").toURI().toString();
private static final String testHtmlUri = new File("test.html").toURI().toString();
private static final String testTxtUri = new File("test.txt").toURI().toString();
private static final String testCsvUri = new File("test.csv").toURI().toString();

@Override
public void start(Stage primaryStage) throws Exception {
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/desktop/HostServices/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TXT Test
Test page for HostServices.showDocument.
Test page for HostServices.showDocument.

0 comments on commit 24ceab1

Please sign in to comment.