Fixed Javadoc as requested by @delvh
This commit is contained in:
parent
d62793b810
commit
c0f47acd22
@ -116,7 +116,7 @@ public class Config {
|
||||
/**
|
||||
* @return the local database specific to the client user
|
||||
* @since Envoy v0.1-alpha
|
||||
**/
|
||||
*/
|
||||
public File getLocalDB() { return (File) items.get("localDB").get(); }
|
||||
|
||||
/**
|
||||
|
@ -44,6 +44,7 @@ public class EnvoyLog {
|
||||
*
|
||||
* @param name the name of the {@link Logger} to create
|
||||
* @return the created {@link Logger}
|
||||
* @since Envoy v0.2-alpha
|
||||
*/
|
||||
public static Logger getLogger(String name) {
|
||||
// Get a logger with the specified name
|
||||
|
Reference in New Issue
Block a user