We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8b47 commit f174606Copy full SHA for f174606
src/main/java/Main.java
@@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
48
for (String dir : directories) {
49
File file = new File(dir, arguments);
50
if (file.exists() && file.isFile() && file.canExecute()) {
51
- System.out.println(arguments + " is " + file.getAbsolutePath());
+ System.out.println(arguments + " is" + file.getAbsolutePath());
52
found = true;
53
break;
54
}
0 commit comments