Skip to content

Commit b71cbb1

Browse files
committed
Update Key.java
1 parent 3cb6102 commit b71cbb1

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/cryptolens/methods

1 file changed

+1
-1
lines changed

src/main/java/io/cryptolens/methods/Key.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public static CreateKeyResult CreateTrialKey(String token, CreateTrialKeyModel m
265265
* This method will extend a license by a certain amount of days. If the key algorithm in the product is SKGL,
266266
* the key string will be changed if necessary. Otherwise, if SKM15 is used, the key will stay the same.
267267
* More about the way this method works in Remarks.
268-
* @param token The access token with 'CreateTrialKey' permission.
268+
* @param token The access token with 'ExtendLicense' permission.
269269
* @param model Method parameters.
270270
* @param error The error object whose Message field will be populated if an error has occurred. Please initialize
271271
* this parameter, i.e. define <code>APIError error = new APIError();</code> and then pass

0 commit comments

Comments
 (0)