Skip to content

Commit

Permalink
Changed API Error example
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Nov 4, 2024
1 parent 9474c95 commit 694e50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public abstract class BrowserFactory {
* example the required native browser required by browser adapters that
* it creates is not installed, or <code>true</code> otherwise
*/
public boolean isAvailable() {
public Boolean isAvailable() {
return true;
}

Expand Down

0 comments on commit 694e50e

Please sign in to comment.