From c36f336e6f294313cdab84352b108beea4607e48 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 26 Aug 2008 05:10:04 +0000 Subject: Update Trilead SSH-2 for Java from build 211 to build 213 --- lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java') diff --git a/lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java b/lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java index 7a44938..56c9c87 100644 --- a/lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java +++ b/lib/src/main/java/com/trilead/ssh2/SFTPv3FileAttributes.java @@ -6,7 +6,7 @@ package com.trilead.ssh2; * about a file on the server. Not all fields may/must be present. * * @author Christian Plattner, plattner@trilead.com - * @version $Id: SFTPv3FileAttributes.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $ + * @version $Id: SFTPv3FileAttributes.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $ */ public class SFTPv3FileAttributes @@ -65,13 +65,13 @@ public class SFTPv3FileAttributes * The ATIME attribute. Represented as seconds from Jan 1, 1970 in UTC. * NULL if not present. */ - public Integer atime = null; + public Long atime = null; /** * The MTIME attribute. Represented as seconds from Jan 1, 1970 in UTC. * NULL if not present. */ - public Integer mtime = null; + public Long mtime = null; /** * Checks if this entry is a directory. -- cgit v1.2.3