Skip to content

Commit 83ab499

Browse files
authored
[CQ] Inheritance: remove redundant method declaration (#8000)
This declaration adds nothing. An empty body is inherited from the adapter.
1 parent 675a1d9 commit 83ab499

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: flutter-idea/src/io/flutter/vmService/FlutterFramesMonitor.java

-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ public FlutterFramesMonitor(@NotNull DisplayRefreshRateManager displayRefreshRat
7575
public void received(String streamId, Event event) {
7676
onVmServiceReceived(streamId, event);
7777
}
78-
79-
@Override
80-
public void connectionClosed() {
81-
}
8278
});
8379
}
8480

0 commit comments

Comments
 (0)