Skip to content

Commit 80e9b2c

Browse files
committed
Add missing @OverRide tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@744489 13f79535-47bb-0310-9956-ffa450edef68
1 parent 73beb94 commit 80e9b2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/java/org/apache/commons/io/TaggedIOException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public Object getTag() {
5858
*
5959
* @return wrapped exception
6060
*/
61+
@Override
6162
public IOException getCause() {
6263
return (IOException) super.getCause();
6364
}

0 commit comments

Comments
 (0)