mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: better file name for test data
GitOrigin-RevId: de01a8464ce5e7ef7ed29c3071349b97e8b25abf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5e0f7a9faf
commit
1030e9fc1f
+1
-1
@@ -5,7 +5,7 @@ import java.io.IOException;
|
||||
import java.io.ObjectStreamException;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class A implements Serializable {
|
||||
public class MethodMayBeStatic implements Serializable {
|
||||
|
||||
private void writeObject(java.io.ObjectOutputStream out)
|
||||
throws IOException {
|
||||
Reference in New Issue
Block a user