[java-dfa] AllNotNullInliner: cosmetic fixes after review

GitOrigin-RevId: 23157de98e76a5e6fc11ad50be27368c601c9ce3
This commit is contained in:
Tagir Valeev
2025-06-11 09:15:38 +02:00
committed by intellij-monorepo-bot
parent 8f2911e212
commit 31caeebf56

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.codeInspection.dataFlow.java.inliner;
import com.intellij.codeInspection.dataFlow.java.CFGBuilder;
@@ -15,7 +15,7 @@ import static com.siyeh.ig.callMatcher.CallMatcher.anyOf;
import static com.siyeh.ig.callMatcher.CallMatcher.staticCall;
/**
* JUnit5 Assertions.assertAll
* Apache Commons ObjectUtils null-checks
*/
public class AllNotNullInliner implements CallInliner {
private static final CallMatcher NULL_TESTS =