Ver código fonte

Removed the getKind method from the starter implementation

Jack Mustacato 9 anos atrás
pai
commit
4727642e60
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0
    4
      exercises/triangle/src/main/java/Triangle.java

+ 0
- 4
exercises/triangle/src/main/java/Triangle.java Ver arquivo

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