comparison dwtx/jface/text/source/projection/ProjectionSummary.d @ 157:7f75eaa8103a

volatile and cast Map.Entry
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 19:06:44 +0200
parents f70d9508c95c
children 25f1f92fa3df
comparison
equal deleted inserted replaced
156:a9566845f1cb 157:7f75eaa8103a
102 private IAnnotationAccess fAnnotationAccess; 102 private IAnnotationAccess fAnnotationAccess;
103 private List fConfiguredAnnotationTypes; 103 private List fConfiguredAnnotationTypes;
104 104
105 private Object fLock= new Object(); 105 private Object fLock= new Object();
106 private IProgressMonitor fProgressMonitor; 106 private IProgressMonitor fProgressMonitor;
107 private volatile Summarizer fSummarizer; 107 private /+volatile+/ Summarizer fSummarizer;
108 108
109 /** 109 /**
110 * Creates a new projection summary. 110 * Creates a new projection summary.
111 * 111 *
112 * @param projectionViewer the projection viewer 112 * @param projectionViewer the projection viewer