Skip to content

Commit

Permalink
修改一处 Javadoc 文档的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Sep 1, 2019
1 parent 0368d40 commit 2d055f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class XmlScanner {
* 扫描指定路径下的相关文件(可以是目录,也可以是具体的文件),并配置存储起来.
*
* @param xmlLocations 文件位置路径,可以是多个,用逗号隔开
* @return XML 资源的 Map
*/
public Map<String, XmlResource> scan(String xmlLocations) {
Map<String, XmlResource> xmlResourceMap = new HashMap<>();
Expand Down

0 comments on commit 2d055f0

Please sign in to comment.