sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 11:49:04 +03:00
parent 25275abdc8
commit 10d9a87226
27 changed files with 29 additions and 29 deletions
@@ -1,7 +1,7 @@
import java.io.FileNotFoundException;
import java.io.IOException;
// "Add Catch Clause(s)" "true"
// "Add 'catch' clause(s)" "true"
class CatchExceptions {
void foo() throws java.io.IOException, java.io.FileNotFoundException {