Skip to content

Commit

Permalink
Suppress CT_CONSTRUCTOR_THROW from DotenvProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
vilppuvuorinen committed May 6, 2024
1 parent fb42f49 commit a450028
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package fi.jubic.easyconfig.providers;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import io.github.cdimascio.dotenv.Dotenv;
import io.github.cdimascio.dotenv.DotenvEntry;

Expand All @@ -8,6 +9,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

@SuppressFBWarnings("CT_CONSTRUCTOR_THROW")
public class DotenvProvider extends EnvProvider {
private final Dotenv dotenv;

Expand Down

0 comments on commit a450028

Please sign in to comment.