Updated: Formatting
This commit is contained in:
parent
cadb9c6abc
commit
d69ac87ede
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
|||
package org.drtshock;
|
||||
|
||||
/**
|
||||
* Created by Joe Hirschfeld on 10/2/2015.
|
||||
*/
|
||||
public class OvenException extends Exception {
|
||||
|
||||
public OvenException(Exception internalException){
|
||||
public OvenException(Exception internalException) {
|
||||
super(internalException);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue