copy to final: effectifely final is enough fot java 8 (IDEA-152934); change wording

This commit is contained in:
Anna Kozlova
2016-03-14 13:36:56 +01:00
parent e31a812438
commit a54e0ed47e
13 changed files with 21 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
// "Copy 'i' to temp final variable" "false"
// "Copy 'i' to final temp variable" "false"
interface I {
int f();
}