mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Turn Flow into an interface and inject all its fields
This concludes your flow flattening experience. Please fill out a flow flattening satisfaction survey before exiting. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137903095
This commit is contained in:
@@ -91,7 +91,7 @@ import java.util.Set;
|
||||
public class FlowPicker {
|
||||
|
||||
/** Marker class for unimplemented flows. */
|
||||
private abstract static class UnimplementedFlow extends Flow {}
|
||||
private abstract static class UnimplementedFlow implements Flow {}
|
||||
|
||||
/** A function type that takes an {@link EppInput} and returns a {@link Flow} class. */
|
||||
private abstract static class FlowProvider {
|
||||
|
||||
Reference in New Issue
Block a user