fixed problem with non existant image, for M5 transition.
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/ui/StructuredTextAnnotationImageProvider.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/ui/StructuredTextAnnotationImageProvider.java
index 89d658d..25162c6 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/ui/StructuredTextAnnotationImageProvider.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/ui/StructuredTextAnnotationImageProvider.java
@@ -27,7 +27,7 @@
 	 * The descriptor currently has no associated image so that temporary
 	 * annotations do not show up in the vertical ruler.
 	 */
-	private final String IMAGE_DESCRIPTOR_ID = "org.eclipse.wst.sse.temp.imageDescriptor"; //$NON-NLS-1$
+	private final String IMAGE_DESCRIPTOR_ID = null; //"org.eclipse.wst.sse.temp.imageDescriptor"; //$NON-NLS-1$
 
 	/*
 	 * (non-Javadoc)