Commit e7f68630 authored by Gary Gregory's avatar Gary Gregory
Browse files

In-line local var.

parent b49b9e8d
No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -183,8 +183,7 @@ public class TomcatLogger implements Log {
}
public static ExtendedLogger getLogger(final String name) {
final LoggerContext context = getContext();
return context.getLogger(name);
return getContext().getLogger(name);
}
}
}
Supports Markdown
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