travis error fixed

This commit is contained in:
Ritzlgrmft
2014-11-22 17:54:43 +01:00
parent 1ad8067ee0
commit d91a68f4a9

View File

@@ -293,7 +293,7 @@ declare module log4javascript {
/**
* Sets the appender's threshold. Log messages of level less severe than this threshold will not be logged.
*/
setThreshold(level: Level)
setThreshold(level: Level): void;
/**
* Returns the appender's threshold.