01: /*
02: * Created on Feb 16, 2006
03: *
04: * To change the template for this generated file go to
05: * Window - Preferences - Java - Code Generation - Code and Comments
06: */
07: package org.objectweb.speedo.sequence.jdo;
08:
09: import javax.jdo.datastore.Sequence;
10:
11: import org.objectweb.speedo.sequence.lib.SpeedoSequence;
12:
13: public class JDOSequence extends SpeedoSequence implements Sequence {
14:
15: /**
16: * Comment for <code>serialVersionUID</code>
17: */
18: private static final long serialVersionUID = -2514626105961690391L;
19:
20: }
|