Skip to content

Commit

Permalink
8297680: JavaDoc example for PseudoClass has minor typo
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
karthikpandelu authored and kevinrushforth committed Nov 29, 2022
1 parent 3376228 commit d040c1f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@
* new BooleanPropertyBase(false) {
*
* {@literal @}Override protected void invalidated() {
* pseudoClassStateChanged(MAGIC_PSEUDO_CLASS. get());
* pseudoClassStateChanged(MAGIC_PSEUDO_CLASS, get());
* }
*
* {@literal @}Override public Object getBean() {
Expand Down

0 comments on commit d040c1f

Please sign in to comment.