Skip to content

Commit

Permalink
fix: remove unnecessary public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Nov 29, 2020
1 parent 1817cd8 commit ec42ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/cdimascio/dotenv/Dotenv.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface Dotenv {
/**
* A dotenv entry filter
*/
public enum Filter {
enum Filter {
/**
* Filter matching only environment variables declared in the .env file
*/
Expand Down

0 comments on commit ec42ff5

Please sign in to comment.