Index: trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SimpleSOAPEventType.java
===================================================================
--- trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SimpleSOAPEventType.java	(revision 1986)
+++ trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SimpleSOAPEventType.java	(revision 1987)
@@ -40,5 +40,5 @@
     /**  */
     private static final long serialVersionUID = 1L;
-    
+
     /**
      * see {@link RequestBodyMode}
@@ -137,7 +137,8 @@
     /**
      * <p>
-     * returns the body of the SOAP request; how the body is determined is defined by the {@link RequestBodyMode}. 
-     * </p>
-     *
+     * returns the body of the SOAP request; how the body is determined is defined by the
+     * {@link RequestBodyMode}.
+     * </p>
+     * 
      * @return body of the SOAP request
      */
@@ -155,5 +156,5 @@
                 throw new RuntimeException("undefined RequestBodyMode");
         }
-        if( requestBody==null ) {
+        if (requestBody == null) {
             System.err.println("foobar" + this);
             System.err.println(EqualSOAPDataMap.getInstance().getAll(this));
@@ -167,6 +168,4 @@
         }
     }
-    
-    
 
     /*
@@ -220,10 +219,10 @@
         return "SimpleSOAPEventType(" + serviceName + ", " + calledMethod + ")";
     }
-    
+
     /**
      * <p>
      * returns the current {@link RequestBodyMode}
      * </p>
-     *
+     * 
      * @return the requestBodyMode
      */
@@ -231,10 +230,10 @@
         return requestBodyMode;
     }
-    
+
     /**
      * <p>
      * sets the {@link RequestBodyMode}
      * </p>
-     *
+     * 
      * @param new requestBodyMode
      */
@@ -242,5 +241,5 @@
         SimpleSOAPEventType.requestBodyMode = requestBodyMode;
     }
-    
+
     /**
      * <p>
@@ -248,10 +247,13 @@
      * <ul>
      * <li>LOCALEVENT: returns the request body of the event type itself</li>
-     * <li>RANDOM: returns a randomly draw request body for the called method using {@link EqualSOAPDataMap#getRandom(SimpleSOAPEventType)}.
-     * </ul> 
+     * <li>RANDOM: returns a randomly draw request body for the called method using
+     * {@link EqualSOAPDataMap#getRandom(SimpleSOAPEventType)}.
+     * </ul>
      * </p>
      * 
      * @author Steffen Herbold
      */
-    public static enum RequestBodyMode {LOCALEVENT, RANDOM}
+    public static enum RequestBodyMode {
+        LOCALEVENT, RANDOM
+    }
 }
