Add final modifier to param
This commit is contained in:
parent
ea42173724
commit
dfa4f0c3dd
@ -113,7 +113,7 @@ public final class DumpUtils
|
||||
* The speed number.
|
||||
* @return The speed name.
|
||||
*/
|
||||
public static String getSpeedName(int speed)
|
||||
public static String getSpeedName(final int speed)
|
||||
{
|
||||
switch (speed)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user