pick 97420a31d The big reformat of 2020
This commit is contained in:
@@ -18,15 +18,12 @@
|
||||
|
||||
package appeng.me;
|
||||
|
||||
public class GridException extends RuntimeException {
|
||||
|
||||
public class GridException extends RuntimeException
|
||||
{
|
||||
private static final long serialVersionUID = -8110077032108243076L;
|
||||
|
||||
private static final long serialVersionUID = -8110077032108243076L;
|
||||
public GridException(final String s) {
|
||||
|
||||
public GridException( final String s )
|
||||
{
|
||||
|
||||
super( s );
|
||||
}
|
||||
super(s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user