fix protobuf impl and docs

This commit is contained in:
fjy 2015-06-20 21:59:38 -07:00
parent 0a5bb909a2
commit 9c74993559
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ If `type` is not included, the parser defaults to `string`.
| Field | Type | Description | Required |
|-------|------|-------------|----------|
| type | String | This should say `protoBuf`. | no |
| type | String | This should say `protobuf`. | no |
| parseSpec | JSON Object | Specifies the format of the data. | yes |
### ParseSpec

View File

@ -38,7 +38,7 @@ import static com.google.protobuf.DescriptorProtos.FileDescriptorSet;
import static com.google.protobuf.Descriptors.Descriptor;
import static com.google.protobuf.Descriptors.FileDescriptor;
@JsonTypeName("protoBuf")
@JsonTypeName("protobuf")
public class ProtoBufInputRowParser implements ByteBufferInputRowParser
{
private static final Logger log = new Logger(ProtoBufInputRowParser.class);