INT-1624 @author tags

This commit is contained in:
Gary Russell
2010-11-17 16:13:02 -05:00
parent 27b0f153ee
commit 3af7a939db
5 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import org.springframework.util.StringUtils;
* Base class for inbound gateway parsers.
*
* @author Mark Fisher
* @author Gary Russell
*/
public abstract class AbstractInboundGatewayParser extends AbstractSimpleBeanDefinitionParser {

View File

@@ -27,6 +27,7 @@ import org.springframework.integration.config.xml.IntegrationNamespaceUtils;
/**
* @author Oleg Zhurakousky
* @author Mark Fisher
* @author Gary Russell
* @since 2.0
*/
public class EventInboundChannelAdapterParser extends AbstractChannelAdapterParser {

View File

@@ -47,6 +47,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* @author Oleg Zhurakousky
* @author Mark Fisher
* @author Gary Russell
* @since 2.0
*/
@RunWith(SpringJUnit4ClassRunner.class)

View File

@@ -32,6 +32,7 @@ import org.springframework.util.StringUtils;
* @author Jonas Partner
* @author Mark Fisher
* @author Oleg Zhurakousky
* @author Gary Russell
*/
public class ImapIdleChannelAdapterParser extends AbstractSingleBeanDefinitionParser {

View File

@@ -37,6 +37,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* @author Mark Fisher
* @author Oleg Zhurakousky
* @author Gary Russell
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration