提交 238e6d36 编写于 作者: V Vojtech Juranek

Add @since to newly introduced methods in PR #1115

上级 2ed44e94
...@@ -89,6 +89,8 @@ public abstract class AsyncPeriodicWork extends PeriodicWork { ...@@ -89,6 +89,8 @@ public abstract class AsyncPeriodicWork extends PeriodicWork {
* *
* @return * @return
* The logging level as @Level. * The logging level as @Level.
*
* @since 1.450
*/ */
protected Level getNormalLoggingLevel() { protected Level getNormalLoggingLevel() {
return Level.INFO; return Level.INFO;
...@@ -99,6 +101,8 @@ public abstract class AsyncPeriodicWork extends PeriodicWork { ...@@ -99,6 +101,8 @@ public abstract class AsyncPeriodicWork extends PeriodicWork {
* *
* @return * @return
* The logging level as @Level. * The logging level as @Level.
*
* @since 1.450
*/ */
protected Level getErrorLoggingLevel() { protected Level getErrorLoggingLevel() {
return Level.SEVERE; return Level.SEVERE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册