Changeset 11244

Show
Ignore:
Timestamp:
07/18/10 16:34:36 (7 weeks ago)
Author:
yoram.shamir
Message:

Cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • jsystemFramework/trunk/systemObjects/core/scriptingLanguages/src/jsystem/sysobj/scripting/tcl/TclShellLocal.java

    r11083 r11244  
    2121import jsystem.utils.FileUtils; 
    2222 
    23  
    2423/** 
    2524 * @author guy.arieli 
     
    6463         
    6564        /** 
    66          * Lanuch Tcl shell.  
     65         * Launch Tcl shell.  
    6766         *  
    6867         */ 
     
    296295                fw.close(); 
    297296        } else { 
    298 //              Enumeration en = p.keys(); 
    299 //              while(en.hasMoreElements()){ 
    300 //                       
    301 //              } 
    302297                BufferedReader reader = new BufferedReader(new InputStreamReader(stream)); 
    303298                FileWriter fw = new FileWriter(tempFile); 
     
    363358                                                if (m.find()) { 
    364359                                                        System.out.println("find text: " + line); 
    365 //                                                      line = line.substring(0, m.start(1)) + key[3]+ line.substring(m.end(1), line.length()); 
    366360                                                        line = line.substring(0, m.start(1)) + key[2]+ line.substring(m.end(1), line.length()); 
    367361                                                        entryMap.put(key, "done"); 
     
    375369                                                if (m.find()) { 
    376370                                                        System.out.println("find text: " + line); 
    377 //                                                      line = line + "\n" + key[0] + key[1] + "," + key[2] + "\t\t{"+ key[3] + "}"; 
    378371                                                        line = line + "\n" + key[0] + key[1]  + "\t\t{"+ key[2] + "}"; 
    379372                                                        entryMap.put(key, "done");