--- old/src/share/classes/javax/sound/midi/MidiDevice.java 2013-08-05 23:20:39.000000000 -0700 +++ new/src/share/classes/javax/sound/midi/MidiDevice.java 2013-08-05 23:20:39.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2013, 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 @@ -86,13 +86,13 @@ * To detect if a MidiDevice represents a hardware MIDI port, the * following programming technique can be used: * - *
+ * 
{@code
  * MidiDevice device = ...;
  * if ( ! (device instanceof Sequencer) && ! (device instanceof Synthesizer)) {
  *   // we're now sure that device represents a MIDI port
  *   // ...
  * }
- * 
+ * }
* *

* A MidiDevice includes a {@link MidiDevice.Info} object