Skip to content

Commit ec42ff5

Browse files
committedNov 29, 2020
fix: remove unnecessary public modifier
1 parent 1817cd8 commit ec42ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/io/github/cdimascio/dotenv/Dotenv.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface Dotenv {
1010
/**
1111
* A dotenv entry filter
1212
*/
13-
public enum Filter {
13+
enum Filter {
1414
/**
1515
* Filter matching only environment variables declared in the .env file
1616
*/

0 commit comments

Comments
 (0)
Please sign in to comment.