[jboss-cvs] JBossCache/src/org/jboss/cache/marshall ...

Manik Surtani msurtani at jboss.com
Tue Oct 24 07:35:31 EDT 2006


  User: msurtani
  Date: 06/10/24 07:35:31

  Modified:    src/org/jboss/cache/marshall  
                        ObjectSerializationFactory.java MarshallUtil.java
  Log:
  JBCACHE-137: Consolidation of JBoss core libraries and updating dependencies
  
  Revision  Changes    Path
  1.16      +1 -1      JBossCache/src/org/jboss/cache/marshall/ObjectSerializationFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ObjectSerializationFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/ObjectSerializationFactory.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- ObjectSerializationFactory.java	7 Jun 2006 22:28:08 -0000	1.15
  +++ ObjectSerializationFactory.java	24 Oct 2006 11:35:31 -0000	1.16
  @@ -6,9 +6,9 @@
    */
   package org.jboss.cache.marshall;
   
  -import org.jboss.invocation.MarshalledValueInputStream;
   import org.jboss.serial.io.JBossObjectInputStreamSharedTree;
   import org.jboss.serial.io.JBossObjectOutputStreamSharedTree;
  +import org.jboss.util.stream.MarshalledValueInputStream;
   
   import java.io.ByteArrayInputStream;
   import java.io.IOException;
  
  
  
  1.4       +3 -3      JBossCache/src/org/jboss/cache/marshall/MarshallUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MarshallUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/marshall/MarshallUtil.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- MarshallUtil.java	7 Jun 2006 22:28:08 -0000	1.3
  +++ MarshallUtil.java	24 Oct 2006 11:35:31 -0000	1.4
  @@ -7,8 +7,8 @@
   
   package org.jboss.cache.marshall;
   
  -import org.jboss.invocation.MarshalledValueInputStream;
  -import org.jboss.invocation.MarshalledValueOutputStream;
  +import org.jboss.util.stream.MarshalledValueInputStream;
  +import org.jboss.util.stream.MarshalledValueOutputStream;
   
   import java.io.ByteArrayInputStream;
   import java.io.ByteArrayOutputStream;
  @@ -68,7 +68,7 @@
   
       /**
        * Serializes an object into a byte buffer using
  -     * {@link MarshalledValueOutputStream}.
  +     * {@link org.jboss.util.stream.MarshalledValueOutputStream}.
        *
        * @param obj an object that implements Serializable or Externalizable
        * @return serialized form of the object
  
  
  



More information about the jboss-cvs-commits mailing list