Skip to content

Commit

Permalink
deprecate(api): org.eclipse.kura.net.modem.ModemReadyEvent (#5333)
Browse files Browse the repository at this point in the history
* deprecate(api): deprecated ModemReadyEvent

Signed-off-by: Marcello Martina <[email protected]>

* build: updated exported package version

Signed-off-by: Marcello Martina <[email protected]>

* fix: rebase error

Signed-off-by: Marcello Martina <[email protected]>

---------

Signed-off-by: Marcello Martina <[email protected]>
  • Loading branch information
marcellorinaldo authored Aug 14, 2024
1 parent edbcf92 commit bb46d09
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2021 Eurotech and/or its affiliates and others
* Copyright (c) 2011, 2024 Eurotech and/or its affiliates and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand All @@ -19,8 +19,11 @@

/**
* @noextend This class is not intended to be subclassed by clients.
*
* @deprecated since 3.0
*/
@ProviderType
@Deprecated
public class ModemReadyEvent extends Event {

/** Topic of the ModemRemovedEvent */
Expand Down

0 comments on commit bb46d09

Please sign in to comment.