Skip to content

Commit

Permalink
alibaba#1550 correct 'yaml' literal
Browse files Browse the repository at this point in the history
  • Loading branch information
rushsky518 committed Aug 19, 2019
1 parent 5174eac commit 01199aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private void buildFlattenedMap(Map<String, Object> result, Map<String, Object> s
}

static final String PROPERTIES_SUFFIX = ".properties";
static final String YAML_SUFFIX = ".ymal";
static final String YAML_SUFFIX = ".yaml";
static final String YML_SUFFIX = ".yml";
}

0 comments on commit 01199aa

Please sign in to comment.