--- old/src/java.desktop/share/classes/javax/sound/midi/spi/MidiFileReader.java 2020-08-06 02:07:20.767317900 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/spi/MidiFileReader.java 2020-08-06 02:07:20.160182100 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2020, 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 @@ -46,6 +46,11 @@ public abstract class MidiFileReader { /** + * Constructs a {@code MidiFileReader}. + */ + protected MidiFileReader() {} + + /** * Obtains the MIDI file format of the input stream provided. The stream * must point to valid MIDI file data. In general, MIDI file readers may * need to read some data from the stream before determining whether they