Fixed Javadoc as requested by @delvh

This commit is contained in:
Kai S. K. Engelbart 2019-12-21 12:36:26 +01:00
parent d62793b810
commit c0f47acd22
2 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class Config {
/** /**
* @return the local database specific to the client user * @return the local database specific to the client user
* @since Envoy v0.1-alpha * @since Envoy v0.1-alpha
**/ */
public File getLocalDB() { return (File) items.get("localDB").get(); } public File getLocalDB() { return (File) items.get("localDB").get(); }
/** /**

View File

@ -44,6 +44,7 @@ public class EnvoyLog {
* *
* @param name the name of the {@link Logger} to create * @param name the name of the {@link Logger} to create
* @return the created {@link Logger} * @return the created {@link Logger}
* @since Envoy v0.2-alpha
*/ */
public static Logger getLogger(String name) { public static Logger getLogger(String name) {
// Get a logger with the specified name // Get a logger with the specified name