final variables and parameters
This commit is contained in:
@@ -24,7 +24,7 @@ public class GridException extends RuntimeException
|
||||
|
||||
private static final long serialVersionUID = -8110077032108243076L;
|
||||
|
||||
public GridException( String s )
|
||||
public GridException( final String s )
|
||||
{
|
||||
|
||||
super( s );
|
||||
|
||||
Reference in New Issue
Block a user