Skip to content

Commit

Permalink
make BASE_INVALID_LICENSE_MESSAGE variable private
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro committed Jun 16, 2022
1 parent d9b7e4b commit 6a76491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class LicenseServiceUtils {

public static final String TRIAL_LICENSE_URL = "https://liquibase.com/trial";
public static final String BASE_INVALID_LICENSE_MESSAGE = "Using '%s' requires a valid Liquibase Pro or Labs license. Get a free license key at " + TRIAL_LICENSE_URL + ".";
private static final String BASE_INVALID_LICENSE_MESSAGE = "Using '%s' requires a valid Liquibase Pro or Labs license. Get a free license key at " + TRIAL_LICENSE_URL + ".";

/**
* Check for a Liquibase Pro License.
Expand Down

0 comments on commit 6a76491

Please sign in to comment.