(Object o)
| 243 | } |
| 244 | |
| 245 | @Override |
| 246 | public boolean equals(Object o) { |
| 247 | return (o instanceof SketchFile) && file.equals(((SketchFile) o).file); |
| 248 | } |
| 249 | |
| 250 | /** |
| 251 | * Load this piece of code from a file and return the contents. This |
no outgoing calls