Fix typo in Javadoc

This commit is contained in:
Kazuki Miyahara 2017-02-16 18:22:44 +09:00 committed by GitHub
parent 1d589eb639
commit e95391765c
1 changed files with 1 additions and 1 deletions

View File

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