comparison src/main/java/de/intevation/lada/data/exporter/Creator.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 86cda4c57092
children 183f8116d9a6
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
1 package de.intevation.lada.data.exporter; 1 package de.intevation.lada.data.exporter;
2 2
3 3
4 4 /**
5 *
6 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
7 */
5 public interface Creator 8 public interface Creator
6 { 9 {
7 public String create(String probeId); 10 public String create(String probeId);
8 } 11 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)