Skip to content
Snippets Groups Projects
Commit 639fdfc0 authored by Torstein Strømme's avatar Torstein Strømme
Browse files

typos

parent a5dd8cf1
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ public class CmdJavaProgram implements Command {
* @param commandName The name of the command
* @param mainClass The class containing a main(String[]) method
*/
public JavaProgram(String commandName, Class<?> mainClass) {
public CmdJavaProgram(String commandName, Class<?> mainClass) {
this.mainClass = mainClass;
this.commandName = commandName;
}
......
......@@ -30,7 +30,7 @@ public class TestSimpleShellEcho {
// shell.keyPressed('r');
// shell.keyPressed('\n');
//
// String expected = "$ echo foo bar \nfoo bar \n$ ";
// String expected = "$ echo foo bar\nfoo bar \n$ ";
// assertEquals(expected, shell.getScreenContent());
// }
}
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