You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-file/src/main/java/org/springframework/integration/file/remote/gateway/AbstractRemoteFileOutboundGateway.java
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,8 @@ public AbstractRemoteFileOutboundGateway(RemoteFileTemplate<F> remoteFileTemplat
151
151
}
152
152
153
153
/**
154
-
* Construct an instance with the supplied session factory, a command ('ls', 'get'
155
-
* etc), and an expression to determine the filename.
154
+
* Construct an instance with the supplied session factory,
155
+
* a command ('ls', 'get' etc.), and an expression to determine the filename.
156
156
* @param sessionFactory the session factory.
157
157
* @param command the command.
158
158
* @param expression the filename expression.
@@ -164,8 +164,8 @@ public AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory, Strin
164
164
}
165
165
166
166
/**
167
-
* Construct an instance with the supplied session factory, a command ('ls', 'get'
168
-
* etc), and an expression to determine the filename.
167
+
* Construct an instance with the supplied session factory,
168
+
* a command ('ls', 'get' etc.), and an expression to determine the filename.
169
169
* @param sessionFactory the session factory.
170
170
* @param command the command.
171
171
* @param expression the filename expression.
@@ -178,8 +178,8 @@ public AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory, Comma
178
178
}
179
179
180
180
/**
181
-
* Construct an instance with the supplied remote file template, a command ('ls',
182
-
* 'get' etc), and an expression to determine the filename.
181
+
* Construct an instance with the supplied remote file template,
182
+
* a command ('ls', 'get' etc.), and an expression to determine the filename.
183
183
* @param remoteFileTemplate the remote file template.
184
184
* @param command the command.
185
185
* @param expression the filename expression.
@@ -191,8 +191,8 @@ public AbstractRemoteFileOutboundGateway(RemoteFileTemplate<F> remoteFileTemplat
191
191
}
192
192
193
193
/**
194
-
* Construct an instance with the supplied remote file template, a command ('ls',
195
-
* 'get' etc), and an expression to determine the filename.
194
+
* Construct an instance with the supplied remote file template,
195
+
* a command ('ls', 'get' etc.), and an expression to determine the filename.
196
196
* @param remoteFileTemplate the remote file template.
Copy file name to clipboardExpand all lines: spring-integration-ftp/src/test/java/org/springframework/integration/ftp/outbound/FtpServerOutboundTests.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2013-2022 the original author or authors.
2
+
* Copyright 2013-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -303,8 +303,8 @@ public void testInt3172LocalDirectoryExpressionMGETRecursive() throws IOExceptio
0 commit comments