Skip to content

Commit e64b341

Browse files
howlgerjukzi
authored andcommitted
Correct class name in extension point documentation
In the extension point `org.eclipse.help.searchProcessor`, the supplied search processor class must extend the class `AbstractSearchProcessor` which is in the package `org.eclipse.help.search`, not in `org.eclipse.help`.
1 parent 135285b commit e64b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ua/org.eclipse.help.base/schema/searchProcessor.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<meta.section type="apiinfo"/>
9696
</appInfo>
9797
<documentation>
98-
The supplied search processor class must extend the abstract class &lt;samp&gt;org.eclipse.help.AbstractSearchProcessor&lt;/samp&gt;. The processor has the opportunity to modify a search string, provide alternate search expressions, or modify the search result set.
98+
The supplied search processor class must extend the abstract class &lt;samp&gt;org.eclipse.help.search.AbstractSearchProcessor&lt;/samp&gt;. The processor has the opportunity to modify a search string, provide alternate search expressions, or modify the search result set.
9999
</documentation>
100100
</annotation>
101101

0 commit comments

Comments
 (0)