Skip to content

Commit c22f3ce

Browse files
committed
remove unallowed language wording
1 parent ca5da11 commit c22f3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftKitCore/src/main/java/org/swift/swiftkit/core/primitives/UnsignedBytes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ enum UnsafeComparator implements Comparator<byte[]> {
333333
// a 64-bit JVM with an 8-byte aligned field offset.
334334
if (!(Objects.equals(System.getProperty("sun.arch.data.model"), "64")
335335
&& (BYTE_ARRAY_BASE_OFFSET % 8) == 0
336-
// sanity check - this should never fail
336+
// this should never fail
337337
&& theUnsafe.arrayIndexScale(byte[].class) == 1)) {
338338
throw new Error(); // force fallback to PureJavaComparator
339339
}

0 commit comments

Comments
 (0)