comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/transitions/DefaultTransition.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents 542f280d72c3
children
comparison
equal deleted inserted replaced
3268:38eb2b0d4f99 3269:b2ea89a665bc
67 67
68 68
69 /** 69 /**
70 * Set the current state ID. 70 * Set the current state ID.
71 * 71 *
72 * @param to the current state ID. 72 * @param from current state ID.
73 */ 73 */
74 public void setFrom(String from) { 74 public void setFrom(String from) {
75 this.from = from; 75 this.from = from;
76 } 76 }
77 77

http://dive4elements.wald.intevation.org