polishing
This commit is contained in:
parent
634d4b4d4c
commit
cfdb106910
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2007 the original author or authors.
|
||||
* Copyright 2002-2009 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -19,9 +19,9 @@ package org.springframework.beans.factory.xml;
|
|||
import org.springframework.beans.factory.parsing.DefaultsDefinition;
|
||||
|
||||
/**
|
||||
* Simple JavaBean that holds the defaults specified at the <code>%lt;beans></code>
|
||||
* Simple JavaBean that holds the defaults specified at the <code><beans></code>
|
||||
* level in a standard Spring XML bean definition document:
|
||||
* <code>default-lazy-init</code>, <code>default-autowire</code>, etc
|
||||
* <code>default-lazy-init</code>, <code>default-autowire</code>, etc.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.0.2
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
package org.springframework.beans.factory.xml;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue