Commit 24d8bc2d authored by guus's avatar guus

OF-542: Changed @Deprecated() for @Deprecated

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13069 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7d78cc65
...@@ -62,7 +62,7 @@ public class Log { ...@@ -62,7 +62,7 @@ public class Log {
* @deprecated replaced by {@link org.slf4j.Logger#isErrorEnabled()}. * @deprecated replaced by {@link org.slf4j.Logger#isErrorEnabled()}.
* Functionality of this method is delegated there. * Functionality of this method is delegated there.
*/ */
@Deprecated() @Deprecated
public static boolean isErrorEnabled() { public static boolean isErrorEnabled() {
return Logger.isErrorEnabled(); return Logger.isErrorEnabled();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment