Polishing
This commit is contained in:
parent
3337fd32cb
commit
bb8cf277fb
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -22,7 +22,7 @@ import org.springframework.core.io.ResourceLoader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simple interface for bean definition readers.
|
* Simple interface for bean definition readers.
|
||||||
* Specifies load methods with Resource parameters.
|
* Specifies load methods with Resource and String location parameters.
|
||||||
*
|
*
|
||||||
* <p>Concrete bean definition readers can of course add additional
|
* <p>Concrete bean definition readers can of course add additional
|
||||||
* load and register methods for bean definitions, specific to
|
* load and register methods for bean definitions, specific to
|
||||||
|
|
Loading…
Reference in New Issue