Skip to content

Commit 13108df

Browse files
committed
added API Error example - The minor version should be incremented
DO NOT MERGE #2486
1 parent 9474c95 commit 13108df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bundles/org.eclipse.ui.browser/src/org/eclipse/ui/browser/BrowserFactory.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ public boolean isAvailable() {
3030
return true;
3131
}
3232

33+
/**
34+
* Implementators of <code>org.eclipse.ui.browser.browsers</code> extension
35+
* points must provide an implementation of this abstract class.
36+
*
37+
* @since 3.8
38+
*/
39+
public void addedWithoutUpdate() {
40+
}
3341
/**
3442
* Obtains a new instance of a web browser.
3543
*

0 commit comments

Comments
 (0)