blob: 6196bbb6220662bb97de7414b6aa22e62cdfc33c [file] [log] [blame]
/*
* Created on Nov 19, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.cdt.internal.ui.text.contentassist;
import org.eclipse.cdt.core.parser.NullSourceElementRequestor;
/**
* @author hamer
*
* This class is the source element requestor used by the completion engine.
*/
public class ContentAssistElementRequestor extends NullSourceElementRequestor {
}