Skip to content

Commit

Permalink
W-17604944: Add unit test coverage for package `com.mulesoft.mule.run…
Browse files Browse the repository at this point in the history
…time.module.reboot` (#14173)
  • Loading branch information
elrodro83 authored Jan 27, 2025
1 parent b0602fe commit c3391a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
public class BootstrapConfigurationException extends Exception {

private static final long serialVersionUID = 1L;

private final int exitCode;

public BootstrapConfigurationException(int exitCode, Throwable cause) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ interface LicenseFeature {
interface LicenseManagementStory {

String LICENSE_MANAGEMENT = "License Management";
String EVALUATION_LICENSE = "Evaluation/trial license (ftp)";
String TESTING_MODE_LICENSE = "Testing mode license";

}

Expand Down

0 comments on commit c3391a0

Please sign in to comment.