提交 e8fe993b 编写于 作者: T tony.chenl

fix unexport判断条件取反

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@156 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 099d639b
......@@ -250,7 +250,7 @@ public class ServiceConfig<T> extends AbstractServiceConfig {
}
public synchronized void unexport() {
if (exported) {
if (!exported) {
throw new IllegalStateException("No exported!");
}
if (unexported) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册