diff gnv-artifacts/src/main/java/de/intevation/gnv/chart/exception/TechnicalChartException.java @ 171:7fb9441dd8af

Format Code to max 80 Chars per Row and Cleanup gnv-artifacts/trunk@208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 09 Oct 2009 07:54:48 +0000
parents 0e9762ebd18d
children 79401c871da4
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/chart/exception/TechnicalChartException.java	Fri Oct 09 07:49:47 2009 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/chart/exception/TechnicalChartException.java	Fri Oct 09 07:54:48 2009 +0000
@@ -2,9 +2,10 @@
  *
  */
 package de.intevation.gnv.chart.exception;
+
 /**
  * @author Tim Englich <tim.englich@intevation.de>
- *
+ * 
  */
 public class TechnicalChartException extends Exception {
 
@@ -21,6 +22,7 @@
 
     /**
      * Constructor
+     * 
      * @param message
      */
     public TechnicalChartException(String message) {
@@ -29,6 +31,7 @@
 
     /**
      * Constructor
+     * 
      * @param cause
      */
     public TechnicalChartException(Throwable cause) {
@@ -37,6 +40,7 @@
 
     /**
      * Constructor
+     * 
      * @param message
      * @param cause
      */

http://dive4elements.wald.intevation.org