Change to use new JSpecify package location.

This commit is contained in:
Kevin Bourrillion
2022-12-12 19:04:17 -08:00
committed by Space Team
parent 671480ce1a
commit 2694bdeb92
114 changed files with 245 additions and 245 deletions
@@ -1,5 +1,5 @@
// FILE: NullnessUnspecifiedTypeParameter.java
import org.jspecify.nullness.*;
import org.jspecify.annotations.*;
@NullMarked
public class NullnessUnspecifiedTypeParameter<T> {