Comment edit.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@744 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-05 07:38:54 +00:00
parent f1b92df3d1
commit 7c60cb5df2
@@ -1,5 +1,5 @@
//
// $Id: EditableSpotSceneImpl.java,v 1.5 2001/12/05 03:49:29 mdb Exp $
// $Id: EditableSpotSceneImpl.java,v 1.6 2001/12/05 07:38:54 mdb Exp $
package com.threerings.whirled.tools.spot;
@@ -148,7 +148,7 @@ public class EditableSpotSceneImpl
// documentation inherited
public void addLocation (Location loc)
{
// add the delegate location to the end of the location array
// add the location to the end of the location array
int lcount = _locations.length;
Location[] nlocs = new Location[lcount+1];
System.arraycopy(_locations, 0, nlocs, 0, lcount);