mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed suppressing deprecated warning.
This commit is contained in:
parent
a6f2486ec6
commit
ff3eacd0ba
@ -42,7 +42,6 @@ import java.util.List;
|
||||
* This handles CommentDAO related operations.
|
||||
*/
|
||||
|
||||
@SuppressWarnings( "deprecation" )
|
||||
public class CommentDAOImpl extends AbstractDAOImpl implements CommentDAO {
|
||||
|
||||
private static final Log log = LogFactory.getLog(CommentDAOImpl.class);
|
||||
|
||||
@ -42,7 +42,7 @@ import java.util.List;
|
||||
/**
|
||||
* This class is the default implementation for the Managing the comments.
|
||||
*/
|
||||
@SuppressWarnings("deprecation") public class CommentsManagerImpl implements CommentsManager {
|
||||
public class CommentsManagerImpl implements CommentsManager {
|
||||
|
||||
private static final Log log = LogFactory.getLog(CommentsManagerImpl.class);
|
||||
private CommentDAO commentDAO;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user