diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/provider/IPDOMDescriptor.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/provider/IPDOMDescriptor.java index 30308a6413d..098644b8b1a 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/provider/IPDOMDescriptor.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/provider/IPDOMDescriptor.java @@ -26,9 +26,8 @@ public interface IPDOMDescriptor { IPath getLocation(); /** - * An index location converter suitable of translating the internal - * formatted path representations to index locations representing the - * current content location. + * An index location converter suitable of translating the internal formatted + * path representations to index locations representing the current content location. * @return an index location converter */ IIndexLocationConverter getIndexLocationConverter();