Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/TransitionFactory.java @ 835:2423cefe7d39
Removed trailing whitespace.
gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sat, 17 Apr 2010 09:35:24 +0000 |
parents | 7e5995c47125 |
children | 05bf8534a35a |
comparison
equal
deleted
inserted
replaced
834:520a3b4da484 | 835:2423cefe7d39 |
---|---|
41 } | 41 } |
42 | 42 |
43 /** | 43 /** |
44 * Creates a new Transition using the Configuration that is provided by the | 44 * Creates a new Transition using the Configuration that is provided by the |
45 * XML-Node. | 45 * XML-Node. |
46 * @param configuration The configuration that should be used to initialize | 46 * @param configuration The configuration that should be used to initialize |
47 * the new Transition | 47 * the new Transition |
48 * @return a new Transition. | 48 * @return a new Transition. |
49 */ | 49 */ |
50 public Transition createTransition(Node configuration) { | 50 public Transition createTransition(Node configuration) { |
51 log.debug("TransitionFactory.createTransition"); | 51 log.debug("TransitionFactory.createTransition"); |