2004/01/19 21:24:07
[org.ibex.core.git] / src / org / xwt / plat / Solaris.java
index 65f9e67..c79d8fc 100644 (file)
@@ -1,8 +1,8 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.plat;
 
 import org.xwt.*;
 
 /** Solaris with an X11 display */
-public abstract class Solaris extends X11 {
+public class Solaris extends X11 {
 }