diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/minfo/BedQualityState.java @ 3772:5a8f8fd5310c

The usual wipe after for ill configured Eclipses. flys-artifacts/trunk@5477 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 15 Sep 2012 18:11:51 +0000
parents b4ad8dafe584
children 9f9d5ada96ca
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/minfo/BedQualityState.java	Sat Sep 15 13:42:44 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/minfo/BedQualityState.java	Sat Sep 15 18:11:51 2012 +0000
@@ -132,7 +132,7 @@
         DateRange range = result.getDateRange();
         Date from = range != null ? range.getFrom() : new Date();
         Date to = range != null ? range.getTo() : new Date();
-        
+
         String toplayer = Resources.getMsg(meta, I18N_TOPLAYER, I18N_TOPLAYER);
         return Resources.getMsg(meta, I18N_FACET_BED_POROSITY_TOPLAYER,
             I18N_FACET_BED_POROSITY_TOPLAYER, new Object[] { from, to, toplayer });
@@ -143,7 +143,7 @@
         DateRange range = result.getDateRange();
         Date from = range != null ? range.getFrom() : new Date();
         Date to = range != null ? range.getTo() : new Date();
-        
+
         String sublayer = Resources.getMsg(meta, I18N_SUBLAYER, I18N_SUBLAYER);
         return Resources.getMsg(meta, I18N_FACET_BED_POROSITY_SUBLAYER,
             I18N_FACET_BED_POROSITY_SUBLAYER, new Object[] { from, to, sublayer });
@@ -154,7 +154,7 @@
         DateRange range = result.getDateRange();
         Date from = range != null ? range.getFrom() : new Date();
         Date to = range != null ? range.getTo() : new Date();
-        
+
         String toplayer = Resources.getMsg(meta, I18N_TOPLAYER, I18N_TOPLAYER);
         return Resources.getMsg(meta, I18N_FACET_BED_DENSITY_TOPLAYER,
             I18N_FACET_BED_DENSITY_TOPLAYER, new Object[] { from, to, toplayer });
@@ -165,7 +165,7 @@
         DateRange range = result.getDateRange();
         Date from = range != null ? range.getFrom() : new Date();
         Date to = range != null ? range.getTo() : new Date();
-        
+
         String sublayer = Resources.getMsg(meta, I18N_SUBLAYER, I18N_SUBLAYER);
         return Resources.getMsg(meta, I18N_FACET_BED_DENSITY_SUBLAYER,
             I18N_FACET_BED_DENSITY_SUBLAYER, new Object[] { from, to, sublayer });
@@ -189,7 +189,7 @@
         DateRange range = result.getDateRange();
         Date from = range != null ? range.getFrom() : new Date();
         Date to = range != null ? range.getTo() : new Date();
-        
+
         String sublayer = Resources.getMsg(meta, I18N_SUBLAYER, I18N_SUBLAYER);
         return Resources.getMsg(meta, I18N_FACET_BED_DIAMETER_SUBLAYER,
             I18N_FACET_BED_DIAMETER_SUBLAYER, new Object[] { result.getType(),

http://dive4elements.wald.intevation.org