Bumped up to the Narya snapshot and nixed two no-longer-needed zero arg ctors.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1065 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<dependency>
|
||||
<groupId>com.threerings</groupId>
|
||||
<artifactId>narya</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.8-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -35,11 +35,6 @@ public class StageOccupantInfo extends OccupantInfo
|
||||
super(body);
|
||||
}
|
||||
|
||||
/** Creates a blank instance for unserialization. */
|
||||
public StageOccupantInfo ()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Should return true if the occupant in question is available to be
|
||||
* clustered with, false if they are "busy". This means that a user
|
||||
|
||||
@@ -48,11 +48,6 @@ public class ScenePlace extends Place
|
||||
return getSceneId(bobj.location);
|
||||
}
|
||||
|
||||
/** Used when unserializing. */
|
||||
public ScenePlace ()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a scene place with the supplied {@link SceneObject} oid and scene id.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user