blob: 9c7548d770110557ddc7da645c836d1cbd928686 [file] [log] [blame]
package test.wksp.eclipse;
public class X05 {
/**
* Adds standard actions to the given <code>ToolBarManager</code>.
* <p>
* Subclasses may override to add their own actions.
* </p>
*
* @param toolBarManager
* the <code>ToolBarManager</code> to which to contribute
*/
void foo(Object toolBarManager) {
}
}