-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Fix Version/s: 2.0.0
-
Component/s: core, flink-integration, hadoop-integration, presto-integration
-
Labels:None
@Override should at one line in java code file. for a bad example
@Override public int hashCode() { int result = order; result = 31 * result + (dataMap != null ? dataMap.hashCode() : 0); return result; }
- links to