Skip to content

Commit f58164a

Browse files
committed
fix comment
1 parent e74892a commit f58164a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf/schema/DescriptorLoader.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212

1313
/**
1414
* Class used for loading protobuf descriptors (from .desc files
15-
* or equivalent sources), to construct native schema.
16-
* <p>
17-
* Note that proto name argument is optional if (and only if) desired
18-
* root file is the first file in definition; otherwise an
19-
* exception will be thrown.
15+
* or equivalent sources), to construct FileDescriptorSet.
2016
*/
2117
public class DescriptorLoader
2218
{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.fasterxml.jackson.dataformat.protobuf.schema;
2+
3+
/**
4+
* Created by user on 5/13/17.
5+
*/
6+
public class DescriptorLoaderCompleteTest
7+
{
8+
}

0 commit comments

Comments
 (0)