Hiram R. Chirino 2006-07-25 15:44:22 +00:00
parent b5f54e500b
commit 089102b51b
1 changed files with 0 additions and 6 deletions

View File

@ -175,12 +175,6 @@ public class MarshallingSupport {
case BIG_STRING_TYPE: case BIG_STRING_TYPE:
value = readUTF8(in); value = readUTF8(in);
break; break;
case MAP_TYPE:
value = unmarshalPrimitiveMap(in);
break;
case LIST_TYPE:
value = unmarshalPrimitiveList(in);
break;
} }
return value; return value;
} }