mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Suppress pointless arithmetics (here it's used for code symmetry)
GitOrigin-RevId: 8080accaf9ffb053ad80d96b2efe13c2ea7b66a6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
126e6eda88
commit
f0d25cffcb
@@ -22,6 +22,7 @@ package com.intellij.util.io;
|
||||
/**
|
||||
* Barely, a copy of java.io.Bits, which is for unknown reason package-private.
|
||||
*/
|
||||
@SuppressWarnings({"PointlessBitwiseExpression", "PointlessArithmeticExpression"})
|
||||
public class Bits {
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user