Skip to content

Commit

Permalink
fixed return type for generation modes
Browse files Browse the repository at this point in the history
  • Loading branch information
addonis1990 committed Jul 3, 2015
1 parent 67f8198 commit b7c3202
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,6 +40,6 @@ public interface DBMAFacet extends ProjectFacet
/**
* @return a list of possible generation modes for the changelog file
*/
public Iterable<String> getGenerationModes();
public List<String> getGenerationModes();

}

0 comments on commit b7c3202

Please sign in to comment.