diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/io/ObjectInputValidation.java --- a/src/java.base/share/classes/java/io/ObjectInputValidation.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/io/ObjectInputValidation.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1999, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2019, 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 @@ -39,7 +39,7 @@ /** * Validates the object. * - * @exception InvalidObjectException If the object cannot validate itself. + * @throws InvalidObjectException If the object cannot validate itself. */ public void validateObject() throws InvalidObjectException; }