< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java

Print this page

        

@@ -40,11 +40,11 @@
 
     /**
      * Put the value of the named boolean field into the persistent field.
      */
     public void put(String name, boolean value){
-        fields.put(name, new Boolean(value));
+        fields.put(name, value);
     }
 
     /**
      * Put the value of the named char field into the persistent fields.
      */
< prev index next >