diff --git a/gherkin/src/main/java/io/cucumber/core/gherkin/Pickle.java b/gherkin/src/main/java/io/cucumber/core/gherkin/Pickle.java index c8d6f229d7..1f1728f54e 100644 --- a/gherkin/src/main/java/io/cucumber/core/gherkin/Pickle.java +++ b/gherkin/src/main/java/io/cucumber/core/gherkin/Pickle.java @@ -14,19 +14,19 @@ public interface Pickle { String getName(); /** - * Returns the location in feature file of the Scenario this pickle was created - * from. If this pickle was created from a Scenario Outline this location is the - * location in the Example section used to fill in the place holders. + * Returns the location in feature file of the Scenario this pickle was + * created from. If this pickle was created from a Scenario Outline this + * location is the location in the Example section used to fill in the place + * holders. * * @return location in the feature file */ Location getLocation(); - /** - * Returns the location in feature file of the Scenario this pickle was created - * from. If this pickle was created from a Scenario Outline this location is - * that of the Scenario + * Returns the location in feature file of the Scenario this pickle was + * created from. If this pickle was created from a Scenario Outline this + * location is that of the Scenario * * @return location in the feature file */