Merge branch 'appcode10' into merge_appcode10
[idea/community.git] / platform / platform-impl / src / com / intellij / openapi / vfs / newvfs / persistent / FSRecords.java
index 270129153d1fef4bed91e5674b5d5eca3a2414c7..df79c338b0346629b99d62dcb48f987427c1ba66 100644 (file)
@@ -934,7 +934,7 @@ public class FSRecords implements Forceable {
   }
 
   @Nullable
-  public static DataInputStream readContent(int fileId) {
+  static DataInputStream readContent(int fileId) {
     try {
       int page;
       synchronized (lock) {