mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Test fixes
This commit is contained in:
@@ -63,7 +63,9 @@ public class StubThemeManager extends ThemeManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void restoreThemeValues() {
|
public void restoreThemeValues() {
|
||||||
throw new UnsupportedOperationException();
|
// The test framework will call this to reset the theme between each test run. Some tests
|
||||||
|
// use this stub theme manager by default. It is easier to allow this method to just do
|
||||||
|
// nothing than to throw an exception.
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user