1   package net.sf.flock;
2   
3   /***
4    * @version $Revision: 1.11 $
5    * @author $Author: phraktle $
6    */
7   public interface SubscriptionI extends FeedI, SubscriptionInfoI {
8   
9   	public void setPath(String path);
10  
11  }
This page was automatically generated by Maven