Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Nov 7, 2024
1 parent 740fd73 commit 5bcc9e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Mixin interface for subscribing to the client-side `validated` event from a
* component.
*
* @deprecated This interface is no longer supported and will be removed in 24.7.
* @deprecated This interface is no longer supported and will be removed in 25.0
*/
@Deprecated
public interface HasClientValidation extends Serializable {
Expand All @@ -40,7 +40,7 @@ public interface HasClientValidation extends Serializable {
* @param listener
* the listener, not null.
* @return a {@link Registration} for removing the event listener.
* @deprecated This event is no longer supported and will be removed in 24.7.
* @deprecated This event is no longer supported and will be removed in 25.0
*/
@Deprecated
default Registration addClientValidatedEventListener(
Expand All @@ -53,7 +53,7 @@ default Registration addClientValidatedEventListener(
* An event fired by the web component whenever it is validated on the
* client-side.
*
* @deprecated This event is no longer supported and will be removed in 24.7.
* @deprecated This event is no longer supported and will be removed in 25.0
*/
@DomEvent("validated")
@Deprecated
Expand Down

0 comments on commit 5bcc9e1

Please sign in to comment.