Skip to content

Commit

Permalink
Replace JSR 305 annotations (#386)
Browse files Browse the repository at this point in the history
* Replace Nullable with equivalent from Checker

Closes #385
  • Loading branch information
sleberknight authored Apr 27, 2023
1 parent f5c756e commit 362aa63
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
import lombok.Builder;
import lombok.Value;
import org.apache.commons.lang3.math.NumberUtils;
import org.checkerframework.checker.nullness.qual.Nullable;
import org.kiwiproject.net.KiwiUrls;

import javax.annotation.Nullable;

/**
* Simple value class that contains properties related to connecting to Mongo in the context of a service that uses
* MongoDB for persistence. The constructor and builder accept a service/application name and host, which helps to
Expand Down

0 comments on commit 362aa63

Please sign in to comment.