diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/security/spec/ECPoint.java --- a/src/java.base/share/classes/java/security/spec/ECPoint.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/security/spec/ECPoint.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -57,7 +57,7 @@ * {@code x} and affine y-coordinate {@code y}. * @param x the affine x-coordinate. * @param y the affine y-coordinate. - * @exception NullPointerException if {@code x} or + * @throws NullPointerException if {@code x} or * {@code y} is null. */ public ECPoint(BigInteger x, BigInteger y) {