Преглед изворни кода

Removed the getKind method from the starter implementation

Jack Mustacato пре 9 година
родитељ
комит
4727642e60
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0
    4
      exercises/triangle/src/main/java/Triangle.java

+ 0
- 4
exercises/triangle/src/main/java/Triangle.java Прегледај датотеку

@@ -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
 }