Minor edit.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@741 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: EditableSpotSceneImpl.java,v 1.4 2001/12/05 03:38:09 mdb Exp $
|
// $Id: EditableSpotSceneImpl.java,v 1.5 2001/12/05 03:49:29 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.tools.spot;
|
package com.threerings.whirled.tools.spot;
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ public class EditableSpotSceneImpl
|
|||||||
// documentation inherited
|
// documentation inherited
|
||||||
public boolean removeNeighbor (String neighborName)
|
public boolean removeNeighbor (String neighborName)
|
||||||
{
|
{
|
||||||
String errmsg = "Neighbors can't be remove directly in the " +
|
String errmsg = "Neighbors can't be removed directly in the " +
|
||||||
"EditableSpotScene because we need to know the associated " +
|
"EditableSpotScene because we need to know the associated " +
|
||||||
"location information to go along with our neighbor connections.";
|
"location information to go along with our neighbor connections.";
|
||||||
throw new RuntimeException(errmsg);
|
throw new RuntimeException(errmsg);
|
||||||
|
|||||||
Reference in New Issue
Block a user