You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/11/21 13:10:30 UTC

[10/17] git commit: [flex-falcon] [refs/heads/develop] - Make nagging warning in Eclipse go away ...

Make nagging warning in Eclipse go away ...

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9457afef
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9457afef
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9457afef

Branch: refs/heads/develop
Commit: 9457afef5e1b50b83d1c1dfb9434dd6ab2cd2cff
Parents: 048623e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 11:54:42 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 21 11:54:42 2014 +0100

----------------------------------------------------------------------
 compiler/src/org/apache/flex/swf/io/SWFDump.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9457afef/compiler/src/org/apache/flex/swf/io/SWFDump.java
----------------------------------------------------------------------
diff --git a/compiler/src/org/apache/flex/swf/io/SWFDump.java b/compiler/src/org/apache/flex/swf/io/SWFDump.java
index 090b2a2..2f500ae 100644
--- a/compiler/src/org/apache/flex/swf/io/SWFDump.java
+++ b/compiler/src/org/apache/flex/swf/io/SWFDump.java
@@ -98,7 +98,7 @@ public final class SWFDump
      * Dump a SWF at a given URL.
      * 
      * @param url URL of the SWF to dump.
-     * @throws IOException
+     * @throws IOException Any IO error ;-)
      */
     public void dump(URL url) throws IOException
     {