Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/App.java @ 364:8830eecad69e
Added the name of the facet to the parameterlist of OutGenerator.doOut().
flys-artifacts/trunk@1772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 08:13:56 +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!" ); } }