Skip to content

Commit eca1903

Browse files
docs: show actual method to retrieve key expiry (#32672)
1 parent c560b66 commit eca1903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-docs/src/main/paradox/general/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For local development, Akka can be used without a key, but be aware that the `Ac
6161
a while when a key isn't configured.
6262

6363
If the license key has expired when the `ActorSystem` is started the system will terminate after a while.
64-
The expiry date is exposed by @apidoc[akka.actor.typed.ActorSystem] {scala="#licenseKeyExpiry" java="#getLicenseKeyExpiry"}
64+
The expiry date is exposed by @scala[@scaladoc[ActorSystem.licenseKeyExpiry](akka.actor.typed.ActorSystem#licenseKeyExpiry)]@java[@javadoc[ActorSystem.getLicenseKeyExpiry](akka.actor.typed.ActorSystem#getLicenseKeyExpiry())]
6565
so that you can write a test to remind yourself that it is time for renewal before it has expired.
6666

6767
To verify that your license key is still valid (for example during CI/CD integration), you can use the following test

0 commit comments

Comments
 (0)