File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/io/cryptolens/methods Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments