View | Details | Raw Unified | Return to bug 32469
Collapse All | Expand All

(-)JavaMarkerAnnotation.java (-1 / +2 lines)
Lines 92-98 Link Here
92
			
92
			
93
			if (fPresentation == null) 
93
			if (fPresentation == null) 
94
				fPresentation= DebugUITools.newDebugModelPresentation();
94
				fPresentation= DebugUITools.newDebugModelPresentation();
95
				
95
96
			setImage(null);				
96
			setLayer(4);
97
			setLayer(4);
97
			fImageType= BREAKPOINT_IMAGE;					
98
			fImageType= BREAKPOINT_IMAGE;					
98
			
99
			

Return to bug 32469