diff backend/src/main/java/org/dive4elements/river/model/BedHeightType.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents c894b7b45c4c
children 0a5239a1e46e
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightType.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightType.java	Thu Jan 18 20:12:01 2018 +0100
@@ -75,8 +75,10 @@
         return fetchBedHeightTypeForType(type, null);
     }
 
-    public static BedHeightType fetchBedHeightTypeForType(String name, Session session) {
-
+    public static BedHeightType fetchBedHeightTypeForType(
+        String name,
+        Session session
+    ) {
         if (session == null) {
             session = SessionHolder.HOLDER.get();
         }

http://dive4elements.wald.intevation.org