--- old/src/java.desktop/share/classes/javax/sound/sampled/TargetDataLine.java 2017-05-04 17:01:18.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/TargetDataLine.java 2017-05-04 17:01:17.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, 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 @@ -149,9 +149,9 @@ *

* The number of bytes to be read must represent an integral number of * sample frames, such that: - *
- *

{@code [ bytes read ] % [frame size in bytes ] == 0}
- *
+ *

+ * {@code [ bytes read ] % [frame size in bytes ] == 0} + *

* The return value will always meet this requirement. A request to read a * number of bytes representing a non-integral number of sample frames * cannot be fulfilled and may result in an IllegalArgumentException.