Skip to content

Commit 5056a8f

Browse files
committed
NIT on Method Signature.
1 parent 74e5b92 commit 5056a8f

File tree

1 file changed

+1
-1
lines changed
  • firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata/QueueFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private Element readElement(int position) throws IOException {
219219
/**
220220
* Atomically initializes a new file.
221221
*/
222-
private void initialize(File file) throws IOException {
222+
private static void initialize(File file) throws IOException {
223223
// Use a temp file so we don't leave a partially-initialized file.
224224
File tempFile = new File(file.getPath() + ".tmp");
225225
try (RandomAccessFile raf = open(tempFile)) {

0 commit comments

Comments
 (0)