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
* <p>
* The status can be one of the following:
* </p>
* <ul>
* <li>{@link LicenseStatus#VALID}</li>
* <li>{@link LicenseStatus#EXPIRED}</li>
* <li>{@link LicenseStatus#INVALID}</li>
* <li>{@link LicenseStatus#MAX_USES_REACHED}</li>
* </ul>
* </p>
*
* @return the status of the license
*/