checkstyle fix

This commit is contained in:
Jindra Petřík
2023-10-21 00:05:59 +02:00
parent 982b44a0e6
commit 3d4c1a74c9
3 changed files with 3 additions and 3 deletions

View File

@@ -1075,7 +1075,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
});
}
});
Main.getDebugHandler().addConnectionListener(new DebuggerHandler.ConnectionListener(){
Main.getDebugHandler().addConnectionListener(new DebuggerHandler.ConnectionListener() {
@Override
public void connected() {