This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 2254b26638e453d712d3289f7c5b28dc9152317e Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Tue May 19 10:41:33 2020 +0700 JAMES-3140 Fix JamesDirectoriesProvider JavaDoc --- .../james/filesystem/api/JamesDirectoriesProvider.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/container/filesystem-api/src/main/java/org/apache/james/filesystem/api/JamesDirectoriesProvider.java b/server/container/filesystem-api/src/main/java/org/apache/james/filesystem/api/JamesDirectoriesProvider.java index d40aed8..ff1d589 100644 --- a/server/container/filesystem-api/src/main/java/org/apache/james/filesystem/api/JamesDirectoriesProvider.java +++ b/server/container/filesystem-api/src/main/java/org/apache/james/filesystem/api/JamesDirectoriesProvider.java @@ -21,23 +21,23 @@ package org.apache.james.filesystem.api; public interface JamesDirectoriesProvider { /** - * Return the configuration directory of the application - * - * @return confDir + * Return the absolute directory of the application + * + * @return absolute */ String getAbsoluteDirectory(); /** - * Return the var directory of the application - * - * @return var + * Return the configuration directory of the application + * + * @return confDir */ String getConfDirectory(); /** - * Return the absolute directory of the application - * - * @return absolute + * Return the var directory of the application + * + * @return var */ String getVarDirectory(); --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org