folowup to IDEA-149950: changed "package local" to JLS-conformant "package-private"

This commit is contained in:
Alexey Kudravtsev
2016-02-18 13:53:04 +03:00
parent ced90d82dd
commit 86b6ee7f18
33 changed files with 77 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
// "Make 'a.i' package local" "true"
// "Make 'a.i' package-private" "true"
import java.io.*;
class a {