From 34566aa16b2e31cff21014b035c59d184c7a3f5c Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 16 Feb 2012 11:22:04 -0500 Subject: [PATCH] INT-2442 SFTP Authentication Fix copyright missed in previous commit. --- .../integration/sftp/session/DefaultSftpSessionFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session/DefaultSftpSessionFactory.java b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session/DefaultSftpSessionFactory.java index caa589ac04..e1f335c962 100644 --- a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session/DefaultSftpSessionFactory.java +++ b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session/DefaultSftpSessionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2010 the original author or authors. + * Copyright 2002-2012 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.