INT-3262 JDK8 Javadoc Commit
Increase receive timeout for `Jsr223TransformerTests#testInt3162ScriptExecutorThreadSafety`. JIRA: https://jira.springsource.org/browse/INT-3262 JIRA: https://jira.springsource.org/browse/INT-3263
This commit is contained in:
committed by
Artem Bilan
parent
66efb34342
commit
c45b708341
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
* Copyright 2002-2014 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.
|
||||
@@ -39,7 +39,7 @@ public class TcpSyslogReceivingChannelAdapter extends SyslogReceivingChannelAdap
|
||||
private volatile ApplicationEventPublisher applicationEventPublisher;
|
||||
|
||||
/**
|
||||
* @param connectionFactory
|
||||
* @param connectionFactory The connection factory.
|
||||
*/
|
||||
public void setConnectionFactory(AbstractServerConnectionFactory connectionFactory) {
|
||||
this.connectionFactory = connectionFactory;
|
||||
|
||||
Reference in New Issue
Block a user