And finally, narya gets the imports/overrides/regen love.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -91,9 +91,7 @@ public class ImportSet
|
||||
_imports.add(name);
|
||||
}
|
||||
|
||||
/**
|
||||
* Makes a copy of this import set.
|
||||
*/
|
||||
@Override
|
||||
public ImportSet clone ()
|
||||
{
|
||||
ImportSet newset = new ImportSet();
|
||||
@@ -322,7 +320,7 @@ public class ImportSet
|
||||
return list;
|
||||
}
|
||||
|
||||
@Override // from Object
|
||||
@Override
|
||||
public String toString ()
|
||||
{
|
||||
return StringUtil.toString(_imports);
|
||||
|
||||
Reference in New Issue
Block a user