Add final modifier to param

This commit is contained in:
Klaus Reimer 2013-04-13 12:37:16 +02:00
parent ea42173724
commit dfa4f0c3dd

View File

@ -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)
{