Skip to content

Commit

Permalink
Merge pull request #11127 from BioGeek/patch-1
Browse files Browse the repository at this point in the history
Update default value in Java snippet
  • Loading branch information
lukecwik committed Mar 13, 2020
2 parents a338431 + eda1e24 commit eb59dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/documentation/programming-guide.md
Expand Up @@ -227,7 +227,7 @@ public interface MyOptions extends PipelineOptions {
void setInput(String input);

@Description("Output for the pipeline")
@Default.String("gs://my-bucket/input")
@Default.String("gs://my-bucket/output")
String getOutput();
void setOutput(String output);
}
Expand Down

0 comments on commit eb59dde

Please sign in to comment.