Updated: Formatting

This commit is contained in:
Kyle Clemens 2015-10-02 12:34:34 -04:00
parent cadb9c6abc
commit d69ac87ede

View file

@ -1,11 +1,8 @@
package org.drtshock; package org.drtshock;
/**
* Created by Joe Hirschfeld on 10/2/2015.
*/
public class OvenException extends Exception { public class OvenException extends Exception {
public OvenException(Exception internalException){ public OvenException(Exception internalException) {
super(internalException); super(internalException);
} }