Przeglądaj źródła

Removed the getKind method from the starter implementation

Jack Mustacato 9 lat temu
rodzic
commit
4727642e60
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0
    4
      exercises/triangle/src/main/java/Triangle.java

+ 0
- 4
exercises/triangle/src/main/java/Triangle.java Wyświetl plik

@@ -4,8 +4,4 @@ class Triangle {
4 4
         throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
5 5
     }
6 6
 
7
-    TriangleKind getKind() {
8
-        throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
9
-    }
10
-
11 7
 }