diff --git a/src/main/java/io/github/jopenlibs/vault/api/sys/package-info.java b/src/main/java/io/github/jopenlibs/vault/api/sys/package-info.java index b6803d39..b8c62e74 100644 --- a/src/main/java/io/github/jopenlibs/vault/api/sys/package-info.java +++ b/src/main/java/io/github/jopenlibs/vault/api/sys/package-info.java @@ -1,8 +1,9 @@ /** - *
Classes implementing the various endpoints of the Vault HTTP API.
+ *Intended for internal use by other classes within the Vault driver library.
* - *The classes in this package are not meant to be instantiated directly. Rather, they should
- * be used by way of the io.github.jopenlibs.vault.Vault driver class, in a DSL-style
- * builder pattern approach.
Classes in this package implements the /sys/ API endpoints. There are not meant to be
+ * instantiated directly. Rather, they should be used by way of the
+ * io.github.jopenlibs.vault.Vault driver class, in a DSL-style builder pattern
+ * approach.