提交 9944a997 编写于 作者: A amenkov

6657625: RmfFileReader/StandardMidiFileWriter.types are public mutable statics (findbugs)

Reviewed-by: hawtin
上级 6c63c3d9
/* /*
* Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved. * Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -82,7 +82,7 @@ public class StandardMidiFileWriter extends MidiFileWriter { ...@@ -82,7 +82,7 @@ public class StandardMidiFileWriter extends MidiFileWriter {
/** /**
* MIDI parser types * MIDI parser types
*/ */
public static final int types[] = { private static final int types[] = {
MIDI_TYPE_0, MIDI_TYPE_0,
MIDI_TYPE_1 MIDI_TYPE_1
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册