File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dubbo-rpc/dubbo-rpc-thrift/src/main/java/com/alibaba/dubbo/rpc/protocol/thrift Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
import com .alibaba .dubbo .common .Constants ;
20
20
import com .alibaba .dubbo .common .URL ;
21
21
import com .alibaba .dubbo .common .extension .ExtensionLoader ;
22
+ import com .alibaba .dubbo .common .utils .ConfigUtils ;
22
23
import com .alibaba .dubbo .remoting .Channel ;
23
24
import com .alibaba .dubbo .remoting .RemotingException ;
24
25
import com .alibaba .dubbo .remoting .Transporter ;
@@ -137,7 +138,7 @@ public void destroy() {
137
138
if (logger .isInfoEnabled ()) {
138
139
logger .info ("Close dubbo server: " + server .getLocalAddress ());
139
140
}
140
- server .close (getServerShutdownTimeout ());
141
+ server .close (ConfigUtils . getServerShutdownTimeout ());
141
142
} catch (Throwable t ) {
142
143
logger .warn (t .getMessage (), t );
143
144
}
You can’t perform that action at this time.
0 commit comments