src/jdk/nashorn/internal/runtime/SetMethodCreator.java

changeset 82
abea4ba28901
parent 63
697f700d90c0
child 90
5a820fb11814
     1.1 --- a/src/jdk/nashorn/internal/runtime/SetMethodCreator.java	Sat Feb 09 16:58:48 2013 +0100
     1.2 +++ b/src/jdk/nashorn/internal/runtime/SetMethodCreator.java	Mon Feb 11 21:26:06 2013 +0530
     1.3 @@ -43,7 +43,7 @@
     1.4   * {@link ScriptObject#findSetMethod(CallSiteDescriptor, org.dynalang.dynalink.linker.LinkRequest)} and
     1.5   * serve as the actual encapsulation of the algorithm for creating an appropriate property setter method.
     1.6   */
     1.7 -class SetMethodCreator {
     1.8 +final class SetMethodCreator {
     1.9      // See constructor parameters for description of fields
    1.10      private final ScriptObject sobj;
    1.11      private final PropertyMap map;

mercurial