mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
Inner classes should be static. It reduces memory usage and gives perfomance boost + DeckImporter rollback
This commit is contained in:
parent
04973ea5aa
commit
0a3c95dde5
135 changed files with 582 additions and 642 deletions
|
|
@ -37,7 +37,7 @@ public class MultiConnectTest {
|
|||
private final Object sync = new Object();
|
||||
private MageUI ui;
|
||||
|
||||
private class ClientMock implements MageClient {
|
||||
private static class ClientMock implements MageClient {
|
||||
|
||||
private Session session;
|
||||
private final String username;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue