Skip to content
Snippets Groups Projects
Commit adbc9718 authored by Niklas Mettälä's avatar Niklas Mettälä
Browse files

Fixed typos

parent 7f902f28
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ public class Main { ...@@ -9,9 +9,9 @@ public class Main {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
System.out.println("Advanced Course in Object-Oriented Programming, Part 4 Exercises"); System.out.println("Advanced Course in Object-Oriented Programming, Part 4 Exercises");
new Teht1(); new Exercise1();
new Teht2(); new Exercise2();
new Teht3(); new Exercise3();
new Teht4(); new Exercise4();
} }
} }
File moved
File moved
File moved
File moved
File moved
...@@ -26,7 +26,7 @@ class Crow extends Bird { ...@@ -26,7 +26,7 @@ class Crow extends Bird {
} }
} }
public class Teht3 { public class Exercise3 {
public Teht3() { public Teht3() {
System.out.println("Exercise 3"); System.out.println("Exercise 3");
......
package fi.utu.tech.ooj.exercise4.exercise4; package fi.utu.tech.ooj.exercise4.exercise4;
public class Teht4 { public class Exercise4 {
public Teht4() { public Teht4() {
System.out.println("Exercise 4"); System.out.println("Exercise 4");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment