diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 2766:7dc4681a2bed

Allow easy change of sticky axis for annotations. flys-artifacts/trunk@4505 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 24 May 2012 13:43:35 +0000
parents c553d4fa3957
children 2f922be407ea
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Thu May 24 13:39:59 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Thu May 24 13:43:35 2012 +0000
@@ -158,7 +158,8 @@
         logger.debug("Set initial state for artifact '" + name + "'");
 
         if (states == null) {
-            logger.error("No states found from which a state could be picked.");
+            logger.error("No states found from which an initial "
+                + "state could be picked.");
         }
         setCurrentState(states.get(0));
 
@@ -1178,6 +1179,7 @@
     protected void dumpArtifact() {
         if (logger.isDebugEnabled()) {
             logger.debug("++++++++++++++ DUMP ARTIFACT DATA +++++++++++++++++");
+            // Include uuid, type, name
 
             logger.debug("------ DUMP DATA ------");
             Collection<StateData> allData = data.values();

http://dive4elements.wald.intevation.org