# HG changeset patch # User jdv # Date 1544508668 -19800 # Node ID 271665438bbc22fff384810914bdce444a32b1fa # Parent 8e26761a2c2ecbc63857a51ca10b9c88a19f9642 8214817: Bad links in ImageInputStream.java & ImageOutputStream.java Reviewed-by: aivanov, psadhukhan diff -r 8e26761a2c2e -r 271665438bbc src/java.desktop/share/classes/javax/imageio/stream/ImageInputStream.java --- a/src/java.desktop/share/classes/javax/imageio/stream/ImageInputStream.java Tue Dec 11 10:47:37 2018 +0530 +++ b/src/java.desktop/share/classes/javax/imageio/stream/ImageInputStream.java Tue Dec 11 11:41:08 2018 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2018, 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 @@ -414,8 +414,8 @@ /** * Reads in a string that has been encoded using a - * modified - * UTF-8 + * + * modified UTF-8 * format. The general contract of {@code readUTF} is that * it reads a representation of a Unicode character string encoded * in modified UTF-8 format; this string of characters is diff -r 8e26761a2c2e -r 271665438bbc src/java.desktop/share/classes/javax/imageio/stream/ImageOutputStream.java --- a/src/java.desktop/share/classes/javax/imageio/stream/ImageOutputStream.java Tue Dec 11 10:47:37 2018 +0530 +++ b/src/java.desktop/share/classes/javax/imageio/stream/ImageOutputStream.java Tue Dec 11 11:41:08 2018 +0530 @@ -367,8 +367,8 @@ /** * Writes two bytes of length information to the output stream in * network byte order, followed by the - * modified - * UTF-8 + * + * modified UTF-8 * representation of every character in the string {@code s}. * If {@code s} is {@code null}, a * {@code NullPointerException} is thrown. Each character in