mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@425428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5f54e500b
commit
089102b51b
|
@ -175,12 +175,6 @@ public class MarshallingSupport {
|
|||
case BIG_STRING_TYPE:
|
||||
value = readUTF8(in);
|
||||
break;
|
||||
case MAP_TYPE:
|
||||
value = unmarshalPrimitiveMap(in);
|
||||
break;
|
||||
case LIST_TYPE:
|
||||
value = unmarshalPrimitiveList(in);
|
||||
break;
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue