Skip to content

Commit

Permalink
Remove Boolean class usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Dec 21, 2023
1 parent c6396bc commit c3588bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default String labelText() {
*
* @return boolean if there is displayed and existed label or not
*/
default Boolean hasLabel() {
default boolean hasLabel() {
return label().isExist() & label().isDisplayed();
}
}

0 comments on commit c3588bc

Please sign in to comment.