comment
This commit is contained in:
snoop 2017-04-26 18:21:20 +09:00
parent 9892f8f35a
commit 9a5a8f696c

View File

@ -36,8 +36,6 @@ public abstract class WMICrawlerOS {
public Object process(Config config) throws Exception {
List<OFResultSet> retlist = new ArrayList<>();
ActiveXComponent wmiconnect = null;
OFResultSet ofResultSet = null;
for(int cIndexI = 0 ; cIndexI < config.getItems().size() ; ++cIndexI) {