Skip to content

Commit

Permalink
Remove suppressWarning("deprecation")
Browse files Browse the repository at this point in the history
Too many "deprecation" will be hidden, we should probably live with some
warning about backward compatibility.
  • Loading branch information
sbernard31 committed Dec 9, 2020
1 parent 40aad7c commit 1f34ca7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
* <p>
* The {@link LeshanServerBuilder} should be the preferred way to build an instance of {@link LeshanServer}.
*/
@SuppressWarnings("deprecation")
public class LeshanServer {

private static final Logger LOG = LoggerFactory.getLogger(LeshanServer.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* A {@link LwM2mRequestSender2} and {@link CoapRequestSender} which supports LWM2M Queue Mode.
*/
@SuppressWarnings("deprecation")
public class CaliforniumQueueModeRequestSender extends QueueModeLwM2mRequestSender
implements CoapRequestSender, Destroyable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* A {@link LwM2mRequestSender} which supports LWM2M Queue Mode.
*/
@SuppressWarnings("deprecation")
public class QueueModeLwM2mRequestSender implements LwM2mRequestSender2 {

protected PresenceServiceImpl presenceService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
*
* @since 1.2
*/
@SuppressWarnings("deprecation")
public interface LwM2mRequestSender2 extends LwM2mRequestSender {

/**
Expand Down

0 comments on commit 1f34ca7

Please sign in to comment.