diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/security/spec/ECFieldFp.java --- a/src/java.base/share/classes/java/security/spec/ECFieldFp.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/security/spec/ECFieldFp.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 @@ -45,8 +45,8 @@ * Creates an elliptic curve prime finite field * with the specified prime {@code p}. * @param p the prime. - * @exception NullPointerException if {@code p} is null. - * @exception IllegalArgumentException if {@code p} + * @throws NullPointerException if {@code p} is null. + * @throws IllegalArgumentException if {@code p} * is not positive. */ public ECFieldFp(BigInteger p) {