Browse Source

polishing

pull/23217/head
Juergen Hoeller 17 years ago
parent
commit
cfdb106910
  1. 6
      org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java
  2. 2
      org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java

6
org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/DocumentDefaultsDefinition.java

@ -1,5 +1,5 @@ @@ -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; @@ -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

2
org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/PluggableSchemaResolver.java

@ -16,8 +16,8 @@ @@ -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…
Cancel
Save