Skip to content

Commit

Permalink
[Gherkin] Apply spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed May 7, 2020
1 parent 6dc550a commit 7f43816
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gherkin/src/main/java/io/cucumber/core/gherkin/Pickle.java
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7f43816

Please sign in to comment.