1 /*
2 * $Id: AbstractScriptOperation.java,v 1.1 2008/03/17 14:30:48 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.script;
5
6 import org.rcfaces.core.internal.content.AbstractBufferOperation;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2008/03/17 14:30:48 $
12 */
13 public abstract class AbstractScriptOperation extends AbstractBufferOperation
14 implements IScriptOperation {
15 private static final String REVISION = "$Revision: 1.1 $";
16 }