Updated the License.java

This commit is contained in:
2023-09-09 22:07:47 +02:00
parent 33c3474ec5
commit a426a72e50

View File

@@ -41,13 +41,13 @@ public class License {
* Gets the status of the license * Gets the status of the license
* <p> * <p>
* The status can be one of the following: * The status can be one of the following:
* </p>
* <ul> * <ul>
* <li>{@link LicenseStatus#VALID}</li> * <li>{@link LicenseStatus#VALID}</li>
* <li>{@link LicenseStatus#EXPIRED}</li> * <li>{@link LicenseStatus#EXPIRED}</li>
* <li>{@link LicenseStatus#INVALID}</li> * <li>{@link LicenseStatus#INVALID}</li>
* <li>{@link LicenseStatus#MAX_USES_REACHED}</li> * <li>{@link LicenseStatus#MAX_USES_REACHED}</li>
* </ul> * </ul>
* </p>
* *
* @return the status of the license * @return the status of the license
*/ */