Skip to content
Snippets Groups Projects
Commit 8cc2ed1d authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Added checkIfFileExists in Parser for the brailletable.

parent 9da65f89
No related branches found
No related tags found
1 merge request!14Feat/braille print back end 4
...@@ -151,7 +151,7 @@ class JavaPropertiesConfigurationValidator implements ConfigurationValidator { ...@@ -151,7 +151,7 @@ class JavaPropertiesConfigurationValidator implements ConfigurationValidator {
} }
} }
private static boolean checkIfFileExists(final String filePath){ private static boolean checkIfFileExists(final String filePath) {
try { try {
FileInputStream stream = new FileInputStream(filePath); FileInputStream stream = new FileInputStream(filePath);
} catch (FileNotFoundException e) { } catch (FileNotFoundException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment