Skip to content

Commit

Permalink
Migrate a few more OpenRewrite nullability annotations
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/builder/rCfr27H6r?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <[email protected]>
  • Loading branch information
knutwannheden and TeamModerne committed Aug 25, 2024
1 parent 7c6c218 commit 4bd4ec1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NonNullApi
@NullMarked
package org.openrewrite.staticanalysis.java;

import org.openrewrite.internal.lang.NonNullApi;
import org.jspecify.annotations.NullMarked;

0 comments on commit 4bd4ec1

Please sign in to comment.