1 /*
2 * Copyright 2010 Fraunhofer Gesellschaft, Munich, Germany,
3 * for its Fraunhofer Institute for Computer Architecture and Software
4 * Technology (FIRST), Berlin, Germany. All rights reserved.
5 * http://www.first.fraunhofer.de/
6 */
7 package net.kwfgrid.gwes.monitor;
8
9 /**
10 * @author Andreas Hoheisel
11 * (<a href="http://www.andreas-hoheisel.de">www.andreas-hoheisel.de</a>)
12 * @version $Id: WorkflowLogger.java 1419 2010-11-01 14:12:17Z hoheisel $
13 */
14 public class WorkflowLogger {
15
16
17 }