Skip to content

Commit

Permalink
add @SuppressWarnings to CascadeDeleteListener
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wen committed Apr 27, 2016
1 parent 3787003 commit 761010f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*
* @author Frank Wen(xbwen@hotmail.com)
*/
@SuppressWarnings("unchecked")
public class CascadeDeleteListener implements EntityListener {

private final List<Field> refFields = new ArrayList<Field>();
Expand Down

0 comments on commit 761010f

Please sign in to comment.