Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 155 → Rev 156

/xservices/trunk/src/java/net/brutex/xservices/ws/rs/FileInfo.java
38,7 → 38,7
*/
 
@Path("/FileService/")
@Produces({ "application/xml" })
@Produces({ "text/xml" })
public abstract interface FileInfo {
 
public final static String BASE_PATH = "/FileService/";