1 /*2 * Copyright (c) 2002-2003 by OpenSymphony3 * All rights reserved.4 */5 package com.opensymphony.workflow.spi.ojb;6 7 8 /**9 * @author picard10 * Created on 10 sept. 200311 */12 public class OJBHistoryStep extends OJBStep {13 //~ Constructors ///////////////////////////////////////////////////////////14 15 public OJBHistoryStep() {16 }17 18 public OJBHistoryStep(OJBStep step) {19 super(step);20 }21 }22