diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 742:c09c9e05ecfa

Removed trailing whitespace. flys-artifacts/trunk@2243 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:18:59 +0000
parents e54203e52097
children 9e813e9137a5
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Sun Jun 26 17:06:35 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Sun Jun 26 17:18:59 2011 +0000
@@ -1064,7 +1064,7 @@
             String key   = entry.getKey();
             Object value = entry.getValue().getValue();
 
-            hash ^= ((long)key.hashCode() << shift) 
+            hash ^= ((long)key.hashCode() << shift)
                  |  ((long)value.hashCode() << (shift + 3));
             shift += 2;
         }
@@ -1081,8 +1081,8 @@
      * @param context The CallContext.
      */
     public Object compute(
-        CallContext context, 
-        ComputeType type, 
+        CallContext context,
+        ComputeType type,
         boolean     generateFacets
     ) {
         return compute(context, hash(), type, generateFacets);
@@ -1103,7 +1103,7 @@
     public Object compute(
         CallContext context,
         String      hash,
-        ComputeType type, 
+        ComputeType type,
         boolean     generateFacets
     ) {
         DefaultState current = (DefaultState) getCurrentState(context);
@@ -1114,7 +1114,7 @@
         CallContext context,
         String      stateID,
         String      hash,
-        ComputeType type, 
+        ComputeType type,
         boolean     generateFacets
     ) {
         DefaultState current = stateID == null

http://dive4elements.wald.intevation.org