Commented a few classes as abstract,
debugging.. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3878 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -9,7 +9,7 @@ import com.threerings.io.Streamable;
|
||||
|
||||
import com.threerings.util.Comparable;
|
||||
|
||||
public class DEvent
|
||||
public /* abstract */ class DEvent
|
||||
implements Streamable
|
||||
{
|
||||
public function DEvent (targetOid :int)
|
||||
|
||||
@@ -9,7 +9,7 @@ import com.threerings.io.ObjectOutputStream;
|
||||
* A common parent class for all events that are associated with a name
|
||||
* (in some cases a field name, in other cases just an identifying name).
|
||||
*/
|
||||
public class NamedEvent extends DEvent
|
||||
public /* abstract */ class NamedEvent extends DEvent
|
||||
{
|
||||
/**
|
||||
* Constructs a new named event for the specified target object with
|
||||
|
||||
Reference in New Issue
Block a user