Skip to content

Commit

Permalink
No longer needed in Java 6+
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1642763 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed Dec 1, 2014
1 parent df11143 commit 098f1f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/org/apache/commons/io/IOExceptionWithCause.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
import java.io.IOException;

/**
* Subclasses IOException with the {@link Throwable} constructors missing before Java 6. If you are using Java 6,
* consider this class deprecated and use {@link IOException}.
* Subclasses IOException with the {@link Throwable} constructors missing before Java 6.
*
* @version $Id$
* @since 1.4
* @deprecated (since 2.5) use {@link IOException} instead
*/
@Deprecated
public class IOExceptionWithCause extends IOException {

/**
Expand Down

0 comments on commit 098f1f2

Please sign in to comment.