Revision: 5873
          http://jnode.svn.sourceforge.net/jnode/?rev=5873&view=rev
Author:   galatnm
Date:     2011-12-09 15:54:09 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
Fix javadoc.

Modified Paths:
--------------
    trunk/fs/src/fs/org/jnode/fs/jfat/command/MBRFormatter.java
    trunk/fs/src/fs/org/jnode/fs/jfat/command/Stage1_5.java
    trunk/fs/src/fs/org/jnode/fs/service/def/FSEntryCache.java
    trunk/fs/src/fs/org/jnode/fs/service/def/FileHandleImpl.java

Modified: trunk/fs/src/fs/org/jnode/fs/jfat/command/MBRFormatter.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/jfat/command/MBRFormatter.java 2011-12-09 
15:48:02 UTC (rev 5872)
+++ trunk/fs/src/fs/org/jnode/fs/jfat/command/MBRFormatter.java 2011-12-09 
15:54:09 UTC (rev 5873)
@@ -73,10 +73,8 @@
 
     /**
      * 
-     * @param device
-     * @param bsize
-     * @throws FileSystemException
-     * @throws IOException
+     * @param devApi
+     * @throws GrubException
      */
     public void format(BlockDeviceAPI devApi) throws GrubException {
 

Modified: trunk/fs/src/fs/org/jnode/fs/jfat/command/Stage1_5.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/jfat/command/Stage1_5.java     2011-12-09 
15:48:02 UTC (rev 5872)
+++ trunk/fs/src/fs/org/jnode/fs/jfat/command/Stage1_5.java     2011-12-09 
15:54:09 UTC (rev 5873)
@@ -193,7 +193,7 @@
      * 
      * @arch i386
      * @param stage1_5
-     * @param installPartition2
+     * @param installPartition
      */
     private void setLittleEnd_InstallPartition(byte[] stage1_5, int 
installPartition) {
         LittleEndian.setInt32(stage1_5, 512 + 0x08, installPartition);

Modified: trunk/fs/src/fs/org/jnode/fs/service/def/FSEntryCache.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/service/def/FSEntryCache.java  2011-12-09 
15:48:02 UTC (rev 5872)
+++ trunk/fs/src/fs/org/jnode/fs/service/def/FSEntryCache.java  2011-12-09 
15:54:09 UTC (rev 5873)
@@ -44,7 +44,6 @@
     /**
      * Create a new instance
      * 
-     * @param fsm
      */
     public FSEntryCache() {
     }

Modified: trunk/fs/src/fs/org/jnode/fs/service/def/FileHandleImpl.java
===================================================================
--- trunk/fs/src/fs/org/jnode/fs/service/def/FileHandleImpl.java        
2011-12-09 15:48:02 UTC (rev 5872)
+++ trunk/fs/src/fs/org/jnode/fs/service/def/FileHandleImpl.java        
2011-12-09 15:54:09 UTC (rev 5873)
@@ -142,8 +142,6 @@
      * stored in <code>dest</code> starting at offset <code>ofs</code>.
      * 
      * @param dest
-     * @param off
-     * @param len
      * @throws IOException
      */
     public synchronized int read(ByteBuffer dest) throws IOException {
@@ -171,8 +169,6 @@
      * to this file starting at offset <code>fileOffset</code>.
      * 
      * @param src
-     * @param off
-     * @param len
      * @throws IOException
      */
     // public synchronized void write(byte[] src, int off, int len) throws

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


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to