Example #1
0
 @Override
 public int hashCode() {
   int result = super.hashCode();
   result = 31 * result + (kind != null ? kind.hashCode() : 0);
   return result;
 }