< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java

Print this page

        

@@ -55,11 +55,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 >