Skip to content

Commit

Permalink
Javadoc error fixes
Browse files Browse the repository at this point in the history
Seen in jenkins builds for
#1351
  • Loading branch information
iloveeclipse committed Apr 23, 2024
1 parent c7a7b9d commit 026a99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.eclipse.jface.internal.text.html.BrowserInformationControl;

/**
* Provides access to the text of the {@link Browser} internally created & used by {@link BrowserInformationControl}.
* Provides access to the text of the {@link Browser} internally created & used by {@link BrowserInformationControl}.
*/
public class BrowserTextAccessor {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.eclipse.jdt.internal.ui.viewsupport.browser.BrowserTextAccessor.IBrowserContentChangeListener;

/**
* Toolbar item action for building & presenting javadoc styling menu.
* Toolbar item action for building & presenting javadoc styling menu.
*/
public class SignatureStylingMenuToolbarAction extends Action implements IMenuCreator, IBrowserContentChangeListener, IStylingConfigurationListener {
private final Action[] noStylingActions= { new NoStylingEnhancementsAction() };
Expand Down

0 comments on commit 026a99d

Please sign in to comment.