[130402] contentassistprocessor provisional extension point crashes workbench
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant.java
index d621b35..4586fb7 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant.java
@@ -80,7 +80,7 @@
 				compoundContentAssistProcessor = (CompoundContentAssistProcessor) processor;
 			}
 			else {
-				throw new IllegalStateException("StructuredContentAssistant use CompoundContentAssistProcessor");
+				throw new IllegalStateException("StructuredContentAssistant use CompoundContentAssistProcessor"); //$NON-NLS-1$
 			}
 		}
 		return compoundContentAssistProcessor;