We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1817cd8 commit ec42ff5Copy full SHA for ec42ff5
src/main/java/io/github/cdimascio/dotenv/Dotenv.java
@@ -10,7 +10,7 @@ public interface Dotenv {
10
/**
11
* A dotenv entry filter
12
*/
13
- public enum Filter {
+ enum Filter {
14
15
* Filter matching only environment variables declared in the .env file
16
0 commit comments