Added lots of 'final' modifiers to class fields where applicable.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ public class MultiClip {
|
||||
private byte[] audioData;
|
||||
|
||||
/** The name given to this clip. */
|
||||
private String name;
|
||||
private final String name;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user