| NotModifiedResult.java |
/*
* $Id: NotModifiedResult.java,v 1.1 2013/01/12 16:37:02 agoubard Exp $
*
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.server;
/**
* Result from a function call to indicate that the result has not been
* been modified since last request of the same client.
*
* @version $Revision: 1.1 $ $Date: 2013/01/12 16:37:02 $
* @author <a href="mailto:anthony.goubard@japplis.com">Anthony Goubard</a>
*
* @since XINS 3.1
*/
public class NotModifiedResult extends FunctionResult {
}