nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java
changeset 16205 93fda2507e35
parent 16179 5b8bcfd712d3
child 16758 4f7379c41907
--- a/nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Wed Jan 30 21:15:14 2013 +0530
+++ b/nashorn/src/jdk/nashorn/internal/runtime/PropertyHashMap.java	Thu Jan 31 20:07:40 2013 +0530
@@ -268,7 +268,7 @@
      *
      * @return Array of all properties.
      */
-    public Property[] getProperties() {
+    Property[] getProperties() {
         if (properties == null) {
             final Property[] array = new Property[size];
             int i = size;