Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 345864
Collapse All | Expand All

(-)src/org/eclipse/swt/internal/graphics/ImageDataCache.java (-6 lines)
Lines 60-69 Link Here
60
      }
60
      }
61
    }
61
    }
62
  }
62
  }
63
64
  public void clear() {
65
    synchronized( cacheLock ) {
66
      cache.clear();
67
    }
68
  }
69
}
63
}

Return to bug 345864