Removed suppressing deprecated warning.

feature/appm-store/pbac
nishadi 7 years ago
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…
Cancel
Save