True if the specified code has the default file extension.
(SketchCode code)
| 926 | * True if the specified code has the default file extension. |
| 927 | */ |
| 928 | public boolean isDefaultExtension(SketchCode code) { |
| 929 | return code.getExtension().equals(getDefaultExtension()); |
| 930 | } |
| 931 | |
| 932 | |
| 933 | /** |
no test coverage detected