From bea7d4d81ad7a75706305be6c8ca06f8dc6e6eca Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 19 Aug 2008 02:59:27 +0000 Subject: Update svn properties, formatting cleanup. --- OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs index 5fd0219..f593349 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs @@ -23,14 +23,12 @@ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * */ using System; namespace OpenSim.ApplicationPlugins.Rest.Inventory { - /// /// This interface represents the boundary between the general purpose /// REST plugin handling, and the functionally specific handlers. The @@ -44,5 +42,4 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory void Initialize(); void Close(); } - } -- cgit v1.1