mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 14:40:14 +02:00
Updated: Formatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user