blob: 6c59f6d33ce89af352d9095e00a9847e4b5600e2 [file] [log] [blame]
/*
* Created on Apr 18, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package org.eclipse.update.internal.ui.wizards;
import org.eclipse.update.search.UpdateSearchRequest;
/**
* @author dejan
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface ISearchProvider2 {
UpdateSearchRequest getSearchRequest();
}