Stuart Kent 9 лет назад
Родитель
Сommit
1f2f948356
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      POLICIES.md

+ 1
- 1
POLICIES.md Просмотреть файл

38
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
38
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
39
 > - Exercises 21+: provide no stubs by default, but either (1) add hints to the HINTS.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
39
 > - Exercises 21+: provide no stubs by default, but either (1) add hints to the HINTS.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
40
 
40
 
41
-References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930))
41
+References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930)]
42
 
42
 
43
 ### Do not make user-facing classes `final`
43
 ### Do not make user-facing classes `final`
44
 
44