Move context initializers into subpackage

This commit is contained in:
Dave Syer
2013-04-29 17:28:04 +01:00
parent e3d5bf2e21
commit c4028656ef
5 changed files with 8 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.bootstrap;
package org.springframework.bootstrap.context.initializer;
import java.io.IOException;
import java.util.ArrayList;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.bootstrap;
package org.springframework.bootstrap.context.initializer;
import java.util.ArrayList;
import java.util.Collections;