removed comment

This commit is contained in:
snoop 2017-04-12 15:57:11 +09:00
parent 68a16c2c40
commit 670993e924
2 changed files with 1 additions and 13 deletions

View File

@ -18,12 +18,6 @@ public class WMICrawlerLinux extends WMICrawlerOS {
public Object processCommand(Map<String, Object> params) throws Exception {
// String id = "administrator";
// String pw = "dbseogns18";
// String nameSpace = "root/cimv2";
// String query = "select * from Win32_OperatingSystem";
// String ip = "192.168.1.106";
String id = (String)params.get("id");
String pw = (String)params.get("pw");
String nameSpace = (String)params.get("nameSpace");

View File

@ -15,13 +15,7 @@ import java.util.Map;
*/
public class WMICrawlerWindows extends WMICrawlerOS {
public Object processWMI(Map<String, Object> params) {
// String id = "administrator";
// String pw = "!@#$qwer1234";
// String nameSpace = "root/cimv2";
// String query = "select * from Win32_OperatingSystem";
// String ip = "192.168.1.1";
public Object processWMI(Map<String, Object> params) throws Exception {
String id = (String)params.get("id");
String pw = (String)params.get("pw");