-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ErnestOrt/backwards-compatibility
Backwards compatibility & minor Safari metrics chart issue
- Loading branch information
Showing
10 changed files
with
86 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/org/ernest/applications/trampoline/exceptions/CreatingMicroserviceScriptException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class CreatingMicroserviceScriptException extends Exception { | ||
public class CreatingMicroserviceScriptException extends RuntimeException { | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...n/java/org/ernest/applications/trampoline/exceptions/CreatingSettingsFolderException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class CreatingSettingsFolderException extends Exception{} | ||
public class CreatingSettingsFolderException extends RuntimeException{} |
2 changes: 1 addition & 1 deletion
2
...rc/main/java/org/ernest/applications/trampoline/exceptions/ReadingEcosystemException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class ReadingEcosystemException extends Exception { | ||
public class ReadingEcosystemException extends RuntimeException { | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...ava/org/ernest/applications/trampoline/exceptions/RunningMicroserviceScriptException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class RunningMicroserviceScriptException extends Exception { | ||
public class RunningMicroserviceScriptException extends RuntimeException { | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...src/main/java/org/ernest/applications/trampoline/exceptions/SavingEcosystemException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class SavingEcosystemException extends Exception { | ||
public class SavingEcosystemException extends RuntimeException { | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
...ain/java/org/ernest/applications/trampoline/exceptions/ShuttingDownInstanceException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package org.ernest.applications.trampoline.exceptions; | ||
|
||
public class ShuttingDownInstanceException extends Exception { | ||
public class ShuttingDownInstanceException extends RuntimeException { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters