repositories
/
Project_POO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fb6b7
)
exo3: avoid useless case mismatch.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 3 Apr 2018 18:37:31 +0000
(20:37 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 3 Apr 2018 18:37:31 +0000
(20:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
exo3/Main.java
patch
|
blob
|
blame
|
history
diff --git
a/exo3/Main.java
b/exo3/Main.java
index 4909568f8527f54341b7ea5963925373310971b3..a0207389935e695e1b825e0d07be76e2636ee5c0 100644
(file)
--- a/
exo3/Main.java
+++ b/
exo3/Main.java
@@
-42,7
+42,7
@@
class Main {
*/
public static void main(String[] args) {
if (args.length == 0) {
- System.out.println("Please run with java Main <
Class N
ame to inspect>");
+ System.out.println("Please run with java Main <
class n
ame to inspect>");
System.exit(-1);
}
String className = args[0];