Browse Source

Merge pull request #1329 from kmiya/patch-1

Fix typo in Javadoc
pull/1330/head
Juergen Hoeller 9 years ago committed by GitHub
parent
commit
8c04a65eb1
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

2
spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

@ -1440,7 +1440,7 @@ public class BeanDefinitionParserDelegate { @@ -1440,7 +1440,7 @@ public class BeanDefinitionParserDelegate {
}
/**
* Ges the local name for the supplied {@link Node}.
* Get the local name for the supplied {@link Node}.
* <p>The default implementation calls {@link Node#getLocalName}.
* Subclasses may override the default implementation to provide a
* different mechanism for getting the local name.

Loading…
Cancel
Save