mirror of
https://github.com/google/nomulus.git
synced 2025-07-26 04:28:34 +02:00
Fix beam pipeline deployment issue (#360)
This commit is contained in:
parent
0b7a0ba99d
commit
3a47fa2fe9
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ public class InvoicingPipeline implements Serializable {
|
|||
}
|
||||
|
||||
/** Custom options for running the invoicing pipeline. */
|
||||
interface InvoicingPipelineOptions extends DataflowPipelineOptions {
|
||||
public interface InvoicingPipelineOptions extends DataflowPipelineOptions {
|
||||
/** Returns the yearMonth we're generating invoices for, in yyyy-MM format. */
|
||||
@Description("The yearMonth we generate invoices for, in yyyy-MM format.")
|
||||
ValueProvider<String> getYearMonth();
|
||||
|
|
|
@ -105,7 +105,7 @@ public class Spec11Pipeline implements Serializable {
|
|||
}
|
||||
|
||||
/** Custom options for running the spec11 pipeline. */
|
||||
interface Spec11PipelineOptions extends DataflowPipelineOptions {
|
||||
public interface Spec11PipelineOptions extends DataflowPipelineOptions {
|
||||
/** Returns the local date we're generating the report for, in yyyy-MM-dd format. */
|
||||
@Description("The local date we generate the report for, in yyyy-MM-dd format.")
|
||||
ValueProvider<String> getDate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue