Skip to content

Commit c9facc3

Browse files
SiyaoIsHidingabsurdfarce
authored andcommitted
ninja-fix Format fix for previous commit
1 parent 53bb5c8 commit c9facc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/datastax/oss/driver/internal/core/type/codec/registry/DefaultCodecRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public int hashCode() {
162162
// NOTE: inlined Objects.hash for performance reasons (avoid Object[] allocation
163163
// seen in profiler allocation traces)
164164
return ((31 + Objects.hashCode(cqlType)) * 31 + Objects.hashCode(javaType)) * 31
165-
+ Boolean.hashCode(isJavaCovariant);
165+
+ Boolean.hashCode(isJavaCovariant);
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)