Skip to content

Commit

Permalink
Fix Nullable imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ulischulte committed Mar 4, 2022
1 parent 4419420 commit d8254a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -22,8 +22,7 @@
import java.util.List;
import java.util.concurrent.TimeUnit;

import javax.annotation.Nullable;

import org.jetbrains.annotations.Nullable;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.convert.DurationUnit;
import org.springframework.http.CacheControl;
Expand Down
Expand Up @@ -25,8 +25,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

import javax.annotation.Nullable;

import org.jetbrains.annotations.Nullable;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.io.Resource;
Expand Down

0 comments on commit d8254a8

Please sign in to comment.