1 package edu.iris.Fissures.model;
2
3 import edu.iris.Fissures.GlobalArea;
4
5 /***
6 * GlobalAreaImpl.java
7 *
8 *
9 * Created: Thu Dec 6 20:15:07 2001
10 *
11 * @author <a href="mailto:">Philip Crotwell</a>
12 * @version
13 */
14
15 public class GlobalAreaImpl extends GlobalArea {
16 public GlobalAreaImpl (){
17
18 }
19
20 public static java.io.Serializable createEmpty() {
21 return new GlobalAreaImpl();
22 }
23 }// GlobalAreaImpl