style fixes in ghidra.app. {plugin.core.script script}

This commit is contained in:
Jason P. Leasure 2020-06-08 13:00:26 -04:00
parent 6bc33bdf65
commit 2015f13542
22 changed files with 442 additions and 372 deletions

View file

@ -119,7 +119,7 @@ public class GhidraScriptMgrPluginScreenShots extends GhidraScreenShotGenerator
BundleStatusComponentProvider bundleStatusComponentProvider =
showProvider(BundleStatusComponentProvider.class);
bundleStatusComponentProvider.getModel().setPathsForTesting(paths);
bundleStatusComponentProvider.setPathsForTesting(paths);
waitForComponentProvider(BundleStatusComponentProvider.class);
captureComponent(bundleStatusComponentProvider.getComponent());