Author: donsez
Date: Mon Oct 22 08:15:48 2007
New Revision: 587126

URL: http://svn.apache.org/viewvc?rev=587126&view=rev
Log:
add (missing) banner and @author

Modified:
    
felix/sandbox/donsez/bunny/src/main/java/org/apache/felix/sandbox/rest/RESTFulClient.java

Modified: 
felix/sandbox/donsez/bunny/src/main/java/org/apache/felix/sandbox/rest/RESTFulClient.java
URL: 
http://svn.apache.org/viewvc/felix/sandbox/donsez/bunny/src/main/java/org/apache/felix/sandbox/rest/RESTFulClient.java?rev=587126&r1=587125&r2=587126&view=diff
==============================================================================
--- 
felix/sandbox/donsez/bunny/src/main/java/org/apache/felix/sandbox/rest/RESTFulClient.java
 (original)
+++ 
felix/sandbox/donsez/bunny/src/main/java/org/apache/felix/sandbox/rest/RESTFulClient.java
 Mon Oct 22 08:15:48 2007
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.felix.sandbox.rest;
 
 import java.io.BufferedReader;
@@ -25,6 +43,11 @@
 import org.w3c.dom.Document;
 import org.xml.sax.SAXException;
 
+
+/**
+ * this class provides a simple implementation of a RESTFul service client.
+ * @author <a href="mailto:[EMAIL PROTECTED]">Felix Project Team</a>
+ */
 public class RESTFulClient {
 
        private static boolean trace=true;
@@ -149,5 +172,4 @@
         transformer.transform(domSource, result);
         return writer.toString();
        }
-       
 }


Reply via email to