Commit d73af024 by olly Committed by Oliver Woodman

Suppress warnings emitted by Checker Framework version 3.0.1

More information:
https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing

Tested:
    TAP train for global presubmit queue
    http://test/OCL:284110051:BASE:284105515:1575631294184:2673a9f9
PiperOrigin-RevId: 284186732
parent a705480b
...@@ -470,6 +470,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -470,6 +470,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* *
* @return The parsed object data. * @return The parsed object data.
*/ */
// incompatible types in argument.
@SuppressWarnings("nullness:argument.type.incompatible")
private static ObjectData parseObjectData(ParsableBitArray data) { private static ObjectData parseObjectData(ParsableBitArray data) {
int objectId = data.readBits(16); int objectId = data.readBits(16);
data.skipBits(4); // Skip object_version_number data.skipBits(4); // Skip object_version_number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment