Nit: fix comment

git-svn-id: svn://10.0.0.236/trunk@227251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com
2007-05-30 14:07:54 +00:00
parent 810076a04c
commit 66e37f13c5

View File

@@ -2130,7 +2130,7 @@ public abstract class ScriptableObject implements Scriptable, Serializable,
break;
if (name != null && indexOrHash == slot.indexOrHash) {
if (name.equals(sname)) {
// This will eleminate String.equals when
// This will avoid calling String.equals when
// slot is accessed with same string object
// next time.
slot.name = name;