Revision: 5917
          http://jnode.svn.sourceforge.net/jnode/?rev=5917&view=rev
Author:   galatnm
Date:     2012-08-10 06:57:21 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Change HfsPlusEntry to implement FSEntryCreated

Modified Paths:
--------------
    trunk/fs/src/fs/org/jnode/fs/hfsplus/HfsPlusEntry.java

Modified: trunk/fs/src/fs/org/jnode/fs/hfsplus/HfsPlusEntry.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/hfsplus/HfsPlusEntry.java      2012-08-10 
06:55:38 UTC (rev 5916)
+++ trunk/fs/src/fs/org/jnode/fs/hfsplus/HfsPlusEntry.java      2012-08-10 
06:57:21 UTC (rev 5917)
@@ -24,6 +24,7 @@
 import org.jnode.fs.FSAccessRights;
 import org.jnode.fs.FSDirectory;
 import org.jnode.fs.FSEntry;
+import org.jnode.fs.FSEntryCreated;
 import org.jnode.fs.FSFile;
 import org.jnode.fs.FileSystem;
 import org.jnode.fs.hfsplus.catalog.CatalogFile;
@@ -32,7 +33,7 @@
 import org.jnode.fs.spi.AbstractFSEntry;
 import org.jnode.fs.spi.UnixFSAccessRights;
 
-public class HfsPlusEntry implements FSEntry {
+public class HfsPlusEntry implements FSEntry, FSEntryCreated {
 
     protected HfsPlusFileSystem fs;
     protected HfsPlusDirectory parent;
@@ -179,6 +180,7 @@
         return this.record.getData();
     }
 
+    @Override
     public long getCreated() throws IOException {
         if (isFile()) {
             CatalogFile catalogFile = new CatalogFile(getData());

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to