diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/io/StreamTokenizer.java --- a/src/java.base/share/classes/java/io/StreamTokenizer.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/io/StreamTokenizer.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -517,7 +517,7 @@ * is returned. * * @return the value of the {@code ttype} field. - * @exception IOException if an I/O error occurs. + * @throws IOException if an I/O error occurs. * @see java.io.StreamTokenizer#nval * @see java.io.StreamTokenizer#sval * @see java.io.StreamTokenizer#ttype