Fixed Javadoc as requested by @delvh
This commit is contained in:
parent
57ffbc2b2c
commit
0393a0af81
@ -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(); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user