INT-1651 changed @since version on new classes to 2.0.1

This commit is contained in:
Oleg Zhurakousky
2010-11-30 16:58:53 -05:00
parent a58e8a83b3
commit 1c8c004e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.util.StringUtils;
* Base class for XMPP inbound parsers
*
* @author Oleg Zhurakousky
* @since 2.0
* @since 2.0.1
*/
public abstract class AbstractXmppInboundChannelAdapterParser extends AbstractSingleBeanDefinitionParser {

View File

@@ -29,7 +29,7 @@ import org.w3c.dom.Element;
* Parser for 'xmpp:presence-outbound-channel-adapter' element
*
* @author Oleg Zhurakousky
* @since 2.0
* @since 2.0.1
*/
public abstract class AbstractXmppOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser {