jdk/src/share/classes/java/io/ObjectInputStream.java
changeset 19047 08210fe86260
parent 16873 fb95bea093ea
child 20839 a3fd5c769680
--- a/jdk/src/share/classes/java/io/ObjectInputStream.java	Thu Jul 25 11:09:28 2013 -0400
+++ b/jdk/src/share/classes/java/io/ObjectInputStream.java	Thu Jul 25 09:59:55 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -313,6 +313,7 @@
      * @throws  SecurityException if a security manager exists and its
      *          <code>checkPermission</code> method denies enabling
      *          subclassing.
+     * @throws  IOException if an I/O error occurs while creating this stream
      * @see SecurityManager#checkPermission
      * @see java.io.SerializablePermission
      */