Removes all places from the copy/cut list
()
| 292 | * Removes all places from the copy/cut list |
| 293 | */ |
| 294 | public static void resetCopy() { |
| 295 | // cleanup |
| 296 | copyPlaces = null; |
| 297 | copyPlaceLocations = null; |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * Has plac(es) for cut operation |
no outgoing calls
no test coverage detected