diff --git a/Ghidra/Framework/Docking/src/main/java/docking/ComponentProvider.java b/Ghidra/Framework/Docking/src/main/java/docking/ComponentProvider.java index ced187402e..90d12575d6 100644 --- a/Ghidra/Framework/Docking/src/main/java/docking/ComponentProvider.java +++ b/Ghidra/Framework/Docking/src/main/java/docking/ComponentProvider.java @@ -181,7 +181,7 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext } if (isVisible()) { - // if we are visible, then we don't need to update as the system updates all + // if we are visible, then we don't need to update as the system updates all // visible components return; } @@ -847,7 +847,7 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext * will adjust the font for the registered font id if it has been registered using * {@link #registeredFontId}. Subclasses can override this method to a more comprehensive * adjustment to multiple fonts if necessary. - * @param bigger if true, the font should be made bigger, otherwise the font should be made + * @param bigger if true, the font should be made bigger, otherwise the font should be made * smaller */ public void adjustFontSize(boolean bigger) {