提交 f1d146f3 编写于 作者: S Sam Brannen

Merge pull request #457 from mebigfatguy/master

Fix typo in log output for SimpleThreadScope
...@@ -74,7 +74,7 @@ public class SimpleThreadScope implements Scope { ...@@ -74,7 +74,7 @@ public class SimpleThreadScope implements Scope {
@Override @Override
public void registerDestructionCallback(String name, Runnable callback) { public void registerDestructionCallback(String name, Runnable callback) {
logger.warn("SimpleThreadScope does not support descruction callbacks. " + logger.warn("SimpleThreadScope does not support destruction callbacks. " +
"Consider using a RequestScope in a Web environment."); "Consider using a RequestScope in a Web environment.");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册