polishing
This commit is contained in:
@@ -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");
|
* 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.
|
||||||
@@ -19,9 +19,9 @@ package org.springframework.beans.factory.xml;
|
|||||||
import org.springframework.beans.factory.parsing.DefaultsDefinition;
|
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:
|
* 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
|
* @author Juergen Hoeller
|
||||||
* @since 2.0.2
|
* @since 2.0.2
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
package org.springframework.beans.factory.xml;
|
package org.springframework.beans.factory.xml;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.FileNotFoundException;
|
import java.io.FileNotFoundException;
|
||||||
|
import java.io.IOException;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user