Skip to content

Commit

Permalink
Merge pull request #240 from hongwei1/develop
Browse files Browse the repository at this point in the history
refactor/removed version b1
  • Loading branch information
simonredfern authored May 14, 2024
2 parents 91f10e3 + b0e70a4 commit c36ac84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/scala/code/snippet/ApiExplorer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ WIP to add comments on resource docs. This code copied from Sofit.
AUv100,
BahrainOBFVersionV100,
"0.6v1",
CNBV9v100,
"b1")
CNBV9v100
)

// Set the version to use.
val apiVersion: String = {
Expand Down Expand Up @@ -1093,7 +1093,6 @@ WIP to add comments on resource docs. This code copied from Sofit.

def usingHumanReadableTitle(versions:List[String]) = {
versions.map(i => (i
.replace("b1", "API Builder")
.replace(BGVersionV133, "Berlin Group 1.3.3")
.replace(BGVersionV13, "Berlin Group 1.3")
.replace(BahrainOBFVersionV100, "BAHRAIN OBF 1.0.0")
Expand Down

0 comments on commit c36ac84

Please sign in to comment.