Skip to content

Commit

Permalink
added API Error example - The minor version should be incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Nov 4, 2024
1 parent 9474c95 commit 13108df
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ public boolean isAvailable() {
return true;
}

/**
* Implementators of <code>org.eclipse.ui.browser.browsers</code> extension
* points must provide an implementation of this abstract class.
*
* @since 3.8
*/
public void addedWithoutUpdate() {
}
/**
* Obtains a new instance of a web browser.
*
Expand Down

0 comments on commit 13108df

Please sign in to comment.