Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atorstling committed Dec 17, 2015
1 parent bef1c70 commit 8131de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ abstract class AbstractProtocMojo extends AbstractMojo {
* If {@code true} and {@code writeDescriptorSet} has been set, do not strip SourceCodeInfo
* from the FileDescriptorProto. This results in vastly larger descriptors that include information
* about the original location of each decl in the source file as well as surrounding comments.
* @since 0.3.1
* @since 0.4.4
*/
@Parameter(
required = false,
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/google/protobuf/maven/Protoc.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ final class Protoc {
* @param descriptorSetFile The directory into which a descriptor set will be generated;
* if {@code null}, no descriptor set will be written
* @param includeImportsInDescriptorSet If {@code true}, dependencies will be included in the descriptor set.
* @param includeSourceInfoInDescriptorSet
* @param includeSourceInfoInDescriptorSet If {@code true}, source code information will be included
* in the descriptor set.
* @param plugins a set of java protoc plugins.
* @param pluginDirectory location of protoc plugins to be added to system path.
* @param nativePluginId a unique id of a native plugin.
Expand Down

0 comments on commit 8131de4

Please sign in to comment.