Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/App.java @ 354:542f280d72c3
Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.
flys-artifacts/trunk@1761 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:16:21 +0000 |
parents | e24f8ad32577 |
children |
line wrap: on
line source
package de.intevation.flys.artifacts; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }