Created
December 18, 2014 09:40
-
-
Save O5ten/a2904bb8ba25d12285ec to your computer and use it in GitHub Desktop.
Gewdis!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public ProjectBlueprint scenario(ScenarioBlueprint... scenarioBlueprints) { | |
Collections.addAll(this.scenarios, scenarioBlueprints); | |
return this; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment