Clear modified status. Should only be called by SketchFile through the TextStorage interface.
()
| 459 | * TextStorage interface. |
| 460 | */ |
| 461 | public void clearModified() { |
| 462 | setModified(false); |
| 463 | } |
| 464 | |
| 465 | private void setModified(boolean value) { |
| 466 | if (value != modified) { |
nothing calls this directly
no test coverage detected