added
comment
This commit is contained in:
parent
9892f8f35a
commit
9a5a8f696c
|
@ -36,8 +36,6 @@ public abstract class WMICrawlerOS {
|
||||||
public Object process(Config config) throws Exception {
|
public Object process(Config config) throws Exception {
|
||||||
|
|
||||||
List<OFResultSet> retlist = new ArrayList<>();
|
List<OFResultSet> retlist = new ArrayList<>();
|
||||||
ActiveXComponent wmiconnect = null;
|
|
||||||
|
|
||||||
OFResultSet ofResultSet = null;
|
OFResultSet ofResultSet = null;
|
||||||
for(int cIndexI = 0 ; cIndexI < config.getItems().size() ; ++cIndexI) {
|
for(int cIndexI = 0 ; cIndexI < config.getItems().size() ; ++cIndexI) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user