Skip to content

Commit

Permalink
require extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Oct 7, 2023
1 parent 9e51969 commit 0ff2c68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions avaje-config/src/main/java/io/avaje/config/ConfigParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

public interface ConfigParser {

default String[] supportedExtensions() {
return new String[] {};
}
/** The File Extension Types Supported by this parser */
String[] supportedExtensions();

/** Load the yaml into a flat map of key value pairs. */
Map<String, String> load(InputStream is);
Expand Down

0 comments on commit 0ff2c68

Please sign in to comment.