You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/07 02:26:56 UTC

svn commit: r1747122 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java

Author: ggregory
Date: Tue Jun  7 02:26:56 2016
New Revision: 1747122

URL: http://svn.apache.org/viewvc?rev=1747122&view=rev
Log:
Update old school @exception with new school @throws.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java?rev=1747122&r1=1747121&r2=1747122&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/RandomAccessContent.java Tue Jun  7 02:26:56 2016
@@ -103,7 +103,7 @@ public interface RandomAccessContent ext
      *
      * @param newLength
      *            The desired content length
-     * @exception IOException
+     * @throws IOException
      *                If an I/O error occurs
      * @since 2.1
      */