Cleanup (correct casing)

This commit is contained in:
Roman Shevchenko
2015-06-18 16:17:41 +03:00
parent 5d6aacba18
commit d6c3d8fdfc

View File

@@ -4,7 +4,7 @@ access.static.via.class.reference.family=Access static via class reference
access.static.via.class.reference.text=Access static ''{1}.{0}'' via class ''{2}'' reference
add.default.constructor.family=Add Default Constructor
add.default.constructor.text=Add {0} no-args constructor to {1}
add.catch.clause.family=Add Exception to Catch Clause
add.catch.clause.family=Add exception to catch clause
add.catch.clause.text=Add 'catch' clause(s)
add.exception.to.throws.inherited.method.warning.text=Method ''{0}'' is inherited.\n\
Do you want to add exceptions to method signatures in the whole method hierarchy?