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:
Michael Bayne
2011-04-01 22:12:02 +00:00
parent 8f0b2d48fa
commit 4ed688f96d
3 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>narya</artifactId> <artifactId>narya</artifactId>
<version>1.5</version> <version>1.8-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@@ -35,11 +35,6 @@ public class StageOccupantInfo extends OccupantInfo
super(body); super(body);
} }
/** Creates a blank instance for unserialization. */
public StageOccupantInfo ()
{
}
/** /**
* Should return true if the occupant in question is available to be * Should return true if the occupant in question is available to be
* clustered with, false if they are "busy". This means that a user * 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); return getSceneId(bobj.location);
} }
/** Used when unserializing. */
public ScenePlace ()
{
}
/** /**
* Creates a scene place with the supplied {@link SceneObject} oid and scene id. * Creates a scene place with the supplied {@link SceneObject} oid and scene id.
*/ */