Skip to content

Commit 694e50e

Browse files
committed
Changed API Error example
DO NOT MERGE #2486
1 parent 9474c95 commit 694e50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public abstract class BrowserFactory {
2626
* example the required native browser required by browser adapters that
2727
* it creates is not installed, or <code>true</code> otherwise
2828
*/
29-
public boolean isAvailable() {
29+
public Boolean isAvailable() {
3030
return true;
3131
}
3232

0 commit comments

Comments
 (0)