提交 36aec4b7 编写于 作者: L lagergren

8037967: Broke the build, by commiting without saving the last review comment

Reviewed-by: jlaskey, hannesw
上级 e333949d
...@@ -31,15 +31,11 @@ import static jdk.nashorn.internal.runtime.arrays.ArrayIndex.isValidArrayIndex; ...@@ -31,15 +31,11 @@ import static jdk.nashorn.internal.runtime.arrays.ArrayIndex.isValidArrayIndex;
import java.lang.invoke.SwitchPoint; import java.lang.invoke.SwitchPoint;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collection; import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap; import java.util.HashMap;
import java.util.Iterator; import java.util.Iterator;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map; import java.util.Map;
import java.util.NoSuchElementException; import java.util.NoSuchElementException;
import java.util.WeakHashMap; import java.util.WeakHashMap;
...@@ -705,7 +701,7 @@ public final class PropertyMap implements Iterable<Object>, PropertyListener { ...@@ -705,7 +701,7 @@ public final class PropertyMap implements Iterable<Object>, PropertyListener {
sb.append(Debug.id(this)); sb.append(Debug.id(this));
sb.append(" = {\n"); sb.append(" = {\n");
for (final Property property : plist) { for (final Property property : getProperties()) {
sb.append('\t'); sb.append('\t');
sb.append(property); sb.append(property);
sb.append('\n'); sb.append('\n');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册