11/*
2- * Copyright (c) 1995, 2019 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 1995, 2020 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -113,8 +113,8 @@ public interface DataOutput {
113113 void writeBoolean (boolean v ) throws IOException ;
114114
115115 /**
116- * Writes to the output stream the eight low-
117- * order bits of the argument {@code v}.
116+ * Writes to the output stream the eight low-order
117+ * bits of the argument {@code v}.
118118 * The 24 high-order bits of {@code v}
119119 * are ignored. (This means that {@code writeByte}
120120 * does exactly the same thing as {@code write}
@@ -140,7 +140,7 @@ public interface DataOutput {
140140 * }</pre> <p>
141141 * The bytes written by this method may be
142142 * read by the {@code readShort} method
143- * of interface {@code DataInput} , which
143+ * of interface {@code DataInput}, which
144144 * will then return a {@code short} equal
145145 * to {@code (short)v}.
146146 *
@@ -161,7 +161,7 @@ public interface DataOutput {
161161 * }</pre><p>
162162 * The bytes written by this method may be
163163 * read by the {@code readChar} method
164- * of interface {@code DataInput} , which
164+ * of interface {@code DataInput}, which
165165 * will then return a {@code char} equal
166166 * to {@code (char)v}.
167167 *
@@ -183,7 +183,7 @@ public interface DataOutput {
183183 * }</pre><p>
184184 * The bytes written by this method may be read
185185 * by the {@code readInt} method of interface
186- * {@code DataInput} , which will then
186+ * {@code DataInput}, which will then
187187 * return an {@code int} equal to {@code v}.
188188 *
189189 * @param v the {@code int} value to be written.
@@ -208,7 +208,7 @@ public interface DataOutput {
208208 * }</pre><p>
209209 * The bytes written by this method may be
210210 * read by the {@code readLong} method
211- * of interface {@code DataInput} , which
211+ * of interface {@code DataInput}, which
212212 * will then return a {@code long} equal
213213 * to {@code v}.
214214 *
@@ -343,7 +343,7 @@ public interface DataOutput {
343343 * string {@code s} is written.<p> The
344344 * bytes written by this method may be read
345345 * by the {@code readUTF} method of interface
346- * {@code DataInput} , which will then
346+ * {@code DataInput}, which will then
347347 * return a {@code String} equal to {@code s}.
348348 *
349349 * @param s the string value to be written.
0 commit comments