Subversion Repositories SmartDukaan

Rev

Rev 9103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9103 Rev 9269
Line 1... Line 1...
1
package in.shop2020.serving.interceptors;
1
package in.shop2020.mobileapi.serving.interceptors;
2
 
2
 
3
public interface SourceAware {
3
public interface SourceAware {
4
	void setSourceId(long sourceId);
4
	void setSourceId(long sourceId);
5
}
5
}