Skip to content

Commit 4bd4ec1

Browse files
Migrate a few more OpenRewrite nullability annotations
Use this link to re-run the recipe: https://app.moderne.io/builder/rCfr27H6r?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 7c6c218 commit 4bd4ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/openrewrite/staticanalysis/java/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
@NonNullApi
16+
@NullMarked
1717
package org.openrewrite.staticanalysis.java;
1818

19-
import org.openrewrite.internal.lang.NonNullApi;
19+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)