Changeset 657 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java
- Timestamp:
- 09/12/2022 01:30:08 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/Coordinator.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/Coordinator.java
r560 r657 609 609 Path source = Paths.get(selectedFile); 610 610 Files.copy(source, destination,REPLACE_EXISTING); 611 Logger.getLogger(Coordinator.class.getName()).log(Level.INFO,612 "Loaded script copied to " + destination);611 //Logger.getLogger(Coordinator.class.getName()).log(Level.INFO, 612 // "Loaded script copied to " + destination); 613 613 } catch (IOException ex) { 614 614 Logger.getLogger(Coordinator.class.getName()).log(Level.SEVERE, null, ex);
Note: See TracChangeset
for help on using the changeset viewer.
