ignore warning on Type

This commit is contained in:
Andrew Ziehl 2018-08-23 10:02:53 -07:00
parent 2db51beb69
commit f0ec93e069

View File

@ -272,7 +272,7 @@ public class CorrelationAttributeInstance implements Serializable {
* Correlation Types which determine which table to query in the CR
*/
@SuppressWarnings("serial")
public static class Type implements Serializable {
public static class Type implements Serializable { // NOPMD Avoid short class names like Type
private int typeId;
private String displayName;