We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e5b92 commit 5056a8fCopy full SHA for 5056a8f
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata/QueueFile.java
@@ -219,7 +219,7 @@ private Element readElement(int position) throws IOException {
219
/**
220
* Atomically initializes a new file.
221
*/
222
- private void initialize(File file) throws IOException {
+ private static void initialize(File file) throws IOException {
223
// Use a temp file so we don't leave a partially-initialized file.
224
File tempFile = new File(file.getPath() + ".tmp");
225
try (RandomAccessFile raf = open(tempFile)) {
0 commit comments