Skip to content

Commit c36ac84

Browse files
authored
Merge pull request #240 from hongwei1/develop
refactor/removed version b1
2 parents 91f10e3 + b0e70a4 commit c36ac84

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/scala/code/snippet/ApiExplorer.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ WIP to add comments on resource docs. This code copied from Sofit.
376376
AUv100,
377377
BahrainOBFVersionV100,
378378
"0.6v1",
379-
CNBV9v100,
380-
"b1")
379+
CNBV9v100
380+
)
381381

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

10941094
def usingHumanReadableTitle(versions:List[String]) = {
10951095
versions.map(i => (i
1096-
.replace("b1", "API Builder")
10971096
.replace(BGVersionV133, "Berlin Group 1.3.3")
10981097
.replace(BGVersionV13, "Berlin Group 1.3")
10991098
.replace(BahrainOBFVersionV100, "BAHRAIN OBF 1.0.0")

0 commit comments

Comments
 (0)