Ignore:
Timestamp:
11/08/12 15:03:26 (12 years ago)
Author:
gosiaw
Message:

Unnecessary code commented out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/DEBBTranslator/src/DEBB2DCWoRMSTranslator.java

    r584 r586  
    129129                                        rootIdNode.getNodeValue()); 
    130130 
     131                        // ***************************************************************** 
     132                        //      TODO: Extract information about sensors from PLM XML 
     133                         
    131134                        // write the content into xml file 
    132135                        saveDCWoRMSOutputFile(outputFileName, dcwormsDocument); 
     
    429432                        // ***************************************************************** 
    430433                        // Read data from DEBBComponent file(s) 
    431                         Document debbComponentDocument = readDEBBComponentInputFile(debbComponentFileName); 
     434/*                      Document debbComponentDocument = readDEBBComponentInputFile(debbComponentFileName); 
    432435                        System.out.println(debbComponentIdNode.getNodeValue()); 
    433436                        expr = xpath.compile("//*[ComponentId='" 
     
    456459                                transformSensors(debbComponentNode, computingResourceElement); 
    457460                        } 
    458  
     461*/ 
    459462                        // Find component 
    460463 
Note: See TracChangeset for help on using the changeset viewer.