/[classpath]/classpath/java/io/FileDescriptor.java
ViewVC logotype

Diff of /classpath/java/io/FileDescriptor.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by mkoch, Sat Oct 2 08:44:39 2004 UTC revision 1.24 by mark, Fri Dec 10 14:08:59 2004 UTC
# Line 120  public final class FileDescriptor Line 120  public final class FileDescriptor
120              if (ex instanceof SyncFailedException)              if (ex instanceof SyncFailedException)
121                throw (SyncFailedException) ex;                throw (SyncFailedException) ex;
122              else              else
123                throw new SyncFailedException(ex.getMessage());                throw new SyncFailedException(ex.toString());
124            }            }
125        }        }
126    }    }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26