From cfdb106910867d20ad3153b05ebcd62b26506600 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 8 Sep 2009 23:03:22 +0000 Subject: [PATCH] polishing --- .../beans/factory/xml/DocumentDefaultsDefinition.java | 6 +++--- .../beans/factory/xml/PluggableSchemaResolver.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java b/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java index 3c53f939e30..163e4ce9e98 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java @@ -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 %lt;beans> + * Simple JavaBean that holds the defaults specified at the <beans> * level in a standard Spring XML bean definition document: - * default-lazy-init, default-autowire, etc + * default-lazy-init, default-autowire, etc. * * @author Juergen Hoeller * @since 2.0.2 diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java b/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java index d331ac39033..f2fb4bfe167 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java @@ -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;