Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghu Angadi committed Nov 30, 2011
1 parent bf25be6 commit 53a814f
Show file tree
Hide file tree
Showing 298 changed files with 25,613 additions and 841 deletions.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Version 2.1.2 ###

ISSUE 105. Fix ThriftToPig for Pig9 and nested containers (Jonathan Coveney)

ISSUE 97. MultiFormatLoader and MultiInputFormat (Raghu Angadi)

ISSUE 92. Projection support for Protobuf and Thrift loaders (Raghu Angadi)

ISSUE 102. Handle null returned from JSON parser (Michael G. Noll)

### Version 2.1.1 ###

ISSUE 104. utility to generate DynamicProtobuf for given PigSchema (Bill Graham)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Global properties for this build -->
<property name="jar.name" value="elephant-bird" />
<property name="version" value="2.1.2-SNAPSHOT" />
<property name="version" value="2.1.2" />

<!-- Directories -->
<property name="build.dir" location="build" />
Expand Down
70 changes: 68 additions & 2 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:09 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:14 PST 2011 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -91,6 +91,8 @@
<BR>
<A HREF="com/twitter/elephantbird/mapred/output/DeprecatedLzoThriftB64LineRecordWriter.html" title="class in com.twitter.elephantbird.mapred.output" target="classFrame">DeprecatedLzoThriftB64LineRecordWriter</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/load/FilterLoadFunc.html" title="class in com.twitter.elephantbird.pig.load" target="classFrame">FilterLoadFunc</A>
<BR>
<A HREF="com/twitter/elephantbird/proto/util/FormattingStringBuffer.html" title="class in com.twitter.elephantbird.proto.util" target="classFrame">FormattingStringBuffer</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/piggybank/GenericInvoker.html" title="class in com.twitter.elephantbird.pig.piggybank" target="classFrame">GenericInvoker</A>
Expand Down Expand Up @@ -279,6 +281,10 @@
<BR>
<A HREF="com/twitter/data/proto/Misc.CountedMap.Builder.html" title="class in com.twitter.data.proto" target="classFrame">Misc.CountedMap.Builder</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/load/MultiFormatLoader.html" title="class in com.twitter.elephantbird.pig.load" target="classFrame">MultiFormatLoader</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/input/MultiInputFormat.html" title="class in com.twitter.elephantbird.mapreduce.input" target="classFrame">MultiInputFormat</A>
<BR>
<A HREF="com/twitter/data/proto/tutorial/thrift/Name.html" title="class in com.twitter.data.proto.tutorial.thrift" target="classFrame">Name</A>
<BR>
<A HREF="com/twitter/data/proto/tutorial/thrift/Name._Fields.html" title="enum in com.twitter.data.proto.tutorial.thrift" target="classFrame">Name._Fields</A>
Expand Down Expand Up @@ -309,6 +315,10 @@
<BR>
<A HREF="com/twitter/elephantbird/pig/util/PigUtil.html" title="class in com.twitter.elephantbird.pig.util" target="classFrame">PigUtil</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/ProjectedProtobufTupleFactory.html" title="class in com.twitter.elephantbird.pig.util" target="classFrame">ProjectedProtobufTupleFactory</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/ProjectedThriftTupleFactory.html" title="class in com.twitter.elephantbird.pig.util" target="classFrame">ProjectedThriftTupleFactory</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ProtobufBlockReader.html" title="class in com.twitter.elephantbird.mapreduce.io" target="classFrame">ProtobufBlockReader</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ProtobufBlockWriter.html" title="class in com.twitter.elephantbird.mapreduce.io" target="classFrame">ProtobufBlockWriter</A>
Expand Down Expand Up @@ -353,16 +363,72 @@
<BR>
<A HREF="com/twitter/elephantbird/util/Strings.html" title="class in com.twitter.elephantbird.util" target="classFrame">Strings</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestIngredient.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestIngredient</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestIngredient._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestIngredient._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInList.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInMap.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInSet.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestListInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMap.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInList.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestMapInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestMapInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInSet.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestMapInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestMapInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestName.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestName</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestName._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestName._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameList.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestNameList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestNameList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameSet.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestNameSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestNameSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPerson.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestPerson</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPerson._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestPerson._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPhoneType.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestPhoneType</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestRecipe.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestRecipe</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestRecipe._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestRecipe._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInList.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInMap.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInSet.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestSetInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestUniqueRecipe.html" title="class in com.twitter.elephantbird.thrift.test" target="classFrame">TestUniqueRecipe</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestUniqueRecipe._Fields.html" title="enum in com.twitter.elephantbird.thrift.test" target="classFrame">TestUniqueRecipe._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/TextConverter.html" title="class in com.twitter.elephantbird.pig.util" target="classFrame">TextConverter</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ThriftBlockReader.html" title="class in com.twitter.elephantbird.mapreduce.io" target="classFrame">ThriftBlockReader</A>
Expand Down
70 changes: 68 additions & 2 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:09 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:14 PST 2011 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -91,6 +91,8 @@
<BR>
<A HREF="com/twitter/elephantbird/mapred/output/DeprecatedLzoThriftB64LineRecordWriter.html" title="class in com.twitter.elephantbird.mapred.output">DeprecatedLzoThriftB64LineRecordWriter</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/load/FilterLoadFunc.html" title="class in com.twitter.elephantbird.pig.load">FilterLoadFunc</A>
<BR>
<A HREF="com/twitter/elephantbird/proto/util/FormattingStringBuffer.html" title="class in com.twitter.elephantbird.proto.util">FormattingStringBuffer</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/piggybank/GenericInvoker.html" title="class in com.twitter.elephantbird.pig.piggybank">GenericInvoker</A>
Expand Down Expand Up @@ -279,6 +281,10 @@
<BR>
<A HREF="com/twitter/data/proto/Misc.CountedMap.Builder.html" title="class in com.twitter.data.proto">Misc.CountedMap.Builder</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/load/MultiFormatLoader.html" title="class in com.twitter.elephantbird.pig.load">MultiFormatLoader</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/input/MultiInputFormat.html" title="class in com.twitter.elephantbird.mapreduce.input">MultiInputFormat</A>
<BR>
<A HREF="com/twitter/data/proto/tutorial/thrift/Name.html" title="class in com.twitter.data.proto.tutorial.thrift">Name</A>
<BR>
<A HREF="com/twitter/data/proto/tutorial/thrift/Name._Fields.html" title="enum in com.twitter.data.proto.tutorial.thrift">Name._Fields</A>
Expand Down Expand Up @@ -309,6 +315,10 @@
<BR>
<A HREF="com/twitter/elephantbird/pig/util/PigUtil.html" title="class in com.twitter.elephantbird.pig.util">PigUtil</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/ProjectedProtobufTupleFactory.html" title="class in com.twitter.elephantbird.pig.util">ProjectedProtobufTupleFactory</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/ProjectedThriftTupleFactory.html" title="class in com.twitter.elephantbird.pig.util">ProjectedThriftTupleFactory</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ProtobufBlockReader.html" title="class in com.twitter.elephantbird.mapreduce.io">ProtobufBlockReader</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ProtobufBlockWriter.html" title="class in com.twitter.elephantbird.mapreduce.io">ProtobufBlockWriter</A>
Expand Down Expand Up @@ -353,16 +363,72 @@
<BR>
<A HREF="com/twitter/elephantbird/util/Strings.html" title="class in com.twitter.elephantbird.util">Strings</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestIngredient.html" title="class in com.twitter.elephantbird.thrift.test">TestIngredient</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestIngredient._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestIngredient._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInList.html" title="class in com.twitter.elephantbird.thrift.test">TestListInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestListInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInMap.html" title="class in com.twitter.elephantbird.thrift.test">TestListInMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestListInMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInSet.html" title="class in com.twitter.elephantbird.thrift.test">TestListInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestListInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestListInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMap.html" title="class in com.twitter.elephantbird.thrift.test">TestMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInList.html" title="class in com.twitter.elephantbird.thrift.test">TestMapInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestMapInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInSet.html" title="class in com.twitter.elephantbird.thrift.test">TestMapInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestMapInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestMapInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestName.html" title="class in com.twitter.elephantbird.thrift.test">TestName</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestName._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestName._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameList.html" title="class in com.twitter.elephantbird.thrift.test">TestNameList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestNameList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameSet.html" title="class in com.twitter.elephantbird.thrift.test">TestNameSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestNameSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestNameSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPerson.html" title="class in com.twitter.elephantbird.thrift.test">TestPerson</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPerson._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestPerson._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestPhoneType.html" title="enum in com.twitter.elephantbird.thrift.test">TestPhoneType</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestRecipe.html" title="class in com.twitter.elephantbird.thrift.test">TestRecipe</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestRecipe._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestRecipe._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInList.html" title="class in com.twitter.elephantbird.thrift.test">TestSetInList</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInList._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestSetInList._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInMap.html" title="class in com.twitter.elephantbird.thrift.test">TestSetInMap</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInMap._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestSetInMap._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInSet.html" title="class in com.twitter.elephantbird.thrift.test">TestSetInSet</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestSetInSet._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestSetInSet._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestUniqueRecipe.html" title="class in com.twitter.elephantbird.thrift.test">TestUniqueRecipe</A>
<BR>
<A HREF="com/twitter/elephantbird/thrift/test/TestUniqueRecipe._Fields.html" title="enum in com.twitter.elephantbird.thrift.test">TestUniqueRecipe._Fields</A>
<BR>
<A HREF="com/twitter/elephantbird/pig/util/TextConverter.html" title="class in com.twitter.elephantbird.pig.util">TextConverter</A>
<BR>
<A HREF="com/twitter/elephantbird/mapreduce/io/ThriftBlockReader.html" title="class in com.twitter.elephantbird.mapreduce.io">ThriftBlockReader</A>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:01 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
BlockStorage.SerializedBlock.Builder
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:01 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
BlockStorage.SerializedBlock
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions javadoc/com/twitter/data/proto/BlockStorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:01 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
BlockStorage
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions javadoc/com/twitter/data/proto/Misc.CountedMap.Builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:02 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
Misc.CountedMap.Builder
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions javadoc/com/twitter/data/proto/Misc.CountedMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:02 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
Misc.CountedMap
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
4 changes: 2 additions & 2 deletions javadoc/com/twitter/data/proto/Misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Fri Nov 18 16:10:02 PST 2011 -->
<!-- Generated by javadoc (build 1.6.0_29) on Tue Nov 29 17:55:06 PST 2011 -->
<TITLE>
Misc
</TITLE>

<META NAME="date" CONTENT="2011-11-18">
<META NAME="date" CONTENT="2011-11-29">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
Loading

0 comments on commit 53a814f

Please sign in to comment.