Author: rdonkin
Date: Sat Dec  7 11:43:25 2013
New Revision: 1548896

URL: http://svn.apache.org/r1548896
Log:
Format Code.

Modified:
    
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/writer/OperationNotAllowedException.java

Modified: 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/writer/OperationNotAllowedException.java
URL: 
http://svn.apache.org/viewvc/creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/writer/OperationNotAllowedException.java?rev=1548896&r1=1548895&r2=1548896&view=diff
==============================================================================
--- 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/writer/OperationNotAllowedException.java
 (original)
+++ 
creadur/rat/branches/gsoc/apache-rat-core/src/main/java/org/apache/rat/report/xml/writer/OperationNotAllowedException.java
 Sat Dec  7 11:43:25 2013
@@ -15,22 +15,21 @@
  * KIND, either express or implied.  See the License for the    *
  * specific language governing permissions and limitations      *
  * under the License.                                           *
- */ 
+ */
 package org.apache.rat.report.xml.writer;
 
 import java.io.IOException;
 
 /**
- * Thrown by {@link IXmlWriter} implementations when the current
- * state does not allow the requested operation.
+ * Thrown by {@link IXmlWriter} implementations when the current state does not
+ * allow the requested operation.
  */
 public class OperationNotAllowedException extends IOException {
 
-    private static final long serialVersionUID = 1L;
+       private static final long serialVersionUID = 1L;
 
-    public OperationNotAllowedException(String message) {
-        super(message);
-    }
+       public OperationNotAllowedException(String message) {
+               super(message);
+       }
 
-    
 }


Reply via email to