--- old/src/java.base/share/classes/java/util/Set.java 2016-05-18 16:30:17.000000000 -0700 +++ new/src/java.base/share/classes/java/util/Set.java 2016-05-18 16:30:17.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2016, 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 @@ -84,6 +84,9 @@ * Factories are free to create new instances or reuse existing ones. Therefore, * identity-sensitive operations on these instances (reference equality ({@code ==}), * identity hash code, and synchronization) are unreliable and should be avoided. + *
  • They are serialized as specified on the + * Serialized Form + * page. * * *

    This interface is a member of the