* the path used to return to the last state, this can be a empty list
* @deprecated better to use {@link #Crawler(CrawljaxController, CrawlPath)}
*/
@Deprecated
protected Crawler(CrawljaxController mother, List<Eventable> returnPath) {
this(mother, new CrawlPath(returnPath));
}