Skip to content

Commit

Permalink
Fixes #12332: Wrong api method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed Apr 9, 2018
1 parent 7f533de commit 80a9d62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ case class TechniqueAPIService6 (
}
}

def listDirectives (techniqueName : TechniqueName, wantedVersions: Option[List[TechniqueVersion]]) : Box[JValue] = {
def listTechniquesDirectives (techniqueName : TechniqueName, wantedVersions: Option[List[TechniqueVersion]]) : Box[JValue] = {
def serializeDirectives (directives : Seq[Directive], techniques : SortedMap[TechniqueVersion, Technique], wantedVersions: Option[List[TechniqueVersion]] ) = {
for {
directive <- directives
Expand Down

0 comments on commit 80a9d62

Please sign in to comment.