Просмотр исходного кода

Removed the getKind method from the starter implementation

Jack Mustacato 9 лет назад
Родитель
Сommit
4727642e60
1 измененных файлов: 0 добавлений и 4 удалений
  1. 0
    4
      exercises/triangle/src/main/java/Triangle.java

+ 0
- 4
exercises/triangle/src/main/java/Triangle.java Просмотреть файл

4
         throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
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
 }