Revision: 5921
          http://jnode.svn.sourceforge.net/jnode/?rev=5921&view=rev
Author:   galatnm
Date:     2012-08-10 07:18:21 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Make inode public

Modified Paths:
--------------
    trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Entry.java
    trunk/fs/src/fs/org/jnode/fs/ext2/INode.java

Modified: trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Entry.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Entry.java    2012-08-10 07:15:24 UTC 
(rev 5920)
+++ trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Entry.java    2012-08-10 07:18:21 UTC 
(rev 5921)
@@ -87,7 +87,7 @@
         return type;
     }
 
-    INode getINode() {
+    public INode getINode() {
         return iNode;
     }
 

Modified: trunk/fs/src/fs/org/jnode/fs/ext2/INode.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/ext2/INode.java        2012-08-10 07:15:24 UTC 
(rev 5920)
+++ trunk/fs/src/fs/org/jnode/fs/ext2/INode.java        2012-08-10 07:18:21 UTC 
(rev 5921)
@@ -105,7 +105,7 @@
         log.setLevel(Level.DEBUG);
     }
 
-    protected int getINodeNr() {
+    public int getINodeNr() {
         return desc.getINodeNr();
     }
 

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