polishing

This commit is contained in:
Juergen Hoeller 2009-09-08 23:03:22 +00:00
parent 634d4b4d4c
commit cfdb106910
2 changed files with 4 additions and 4 deletions

View File

@ -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&gt;</code>
* Simple JavaBean that holds the defaults specified at the <code>&lt;beans&gt;</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

View File

@ -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;