--- old/src/share/classes/javax/sound/midi/InvalidMidiDataException.java 2014-02-09 12:58:22.000000000 -0800 +++ new/src/share/classes/javax/sound/midi/InvalidMidiDataException.java 2014-02-09 12:58:22.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2002, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2014, 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 @@ -39,6 +39,7 @@ * @author Kara Kytle */ public class InvalidMidiDataException extends Exception { + private static final long serialVersionUID = 2780771756789932067L; /** * Constructs an InvalidMidiDataException with @@ -49,7 +50,6 @@ super(); } - /** * Constructs an InvalidMidiDataException with the * specified detail message.