Skip to content

Commit

Permalink
switched to Micronaut Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 17, 2024
1 parent 95433fa commit 922babe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import com.agorapulse.micronaut.amazon.awssdk.dynamodb.annotation.*;
import com.agorapulse.micronaut.amazon.awssdk.dynamodb.builder.*;
import javax.annotation.Nullable;
import io.micronaut.core.annotation.Nullable;
import org.reactivestreams.Publisher;

import java.util.Date;
Expand Down

0 comments on commit 922babe

Please sign in to comment.