Skip to content

Commit

Permalink
Inline class refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
moar82 committed Mar 24, 2021
1 parent 3e5b3c4 commit 522a07e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void reset() {
}

public PortHandler createDefaultPortHandler() {
return new InvalidPort().setPortListener(Computer.this);
return new Computer().setPortListener(Computer.this);
}

public MemoryRegion getCommQueueMemoryRegion() {
Expand Down Expand Up @@ -400,4 +400,7 @@ public void writeToRomError() {
}
}

public Computer() {
}

}

This file was deleted.

0 comments on commit 522a07e

Please sign in to comment.