src/java.base/share/classes/java/net/URI.java
changeset 57956 e0b8b019d2f5
parent 54206 003cc64366da
--- a/src/java.base/share/classes/java/net/URI.java	Thu Aug 29 18:52:30 2019 -0400
+++ b/src/java.base/share/classes/java/net/URI.java	Thu Aug 29 16:31:34 2019 -0700
@@ -503,7 +503,7 @@
     // Note: Comments containing the word "ASSERT" indicate places where a
     // throw of an InternalError should be replaced by an appropriate assertion
     // statement once asserts are enabled in the build.
-
+    @java.io.Serial
     static final long serialVersionUID = -6052424284110960213L;
 
 
@@ -1777,6 +1777,7 @@
      * @param  os  The object-output stream to which this object
      *             is to be written
      */
+    @java.io.Serial
     private void writeObject(ObjectOutputStream os)
         throws IOException
     {
@@ -1794,6 +1795,7 @@
      * @param  is  The object-input stream from which this object
      *             is being read
      */
+    @java.io.Serial
     private void readObject(ObjectInputStream is)
         throws ClassNotFoundException, IOException
     {