There was an error while loading. Please reload this page.
2 parents 91f10e3 + b0e70a4 commit c36ac84Copy full SHA for c36ac84
1 file changed
src/main/scala/code/snippet/ApiExplorer.scala
@@ -376,8 +376,8 @@ WIP to add comments on resource docs. This code copied from Sofit.
376
AUv100,
377
BahrainOBFVersionV100,
378
"0.6v1",
379
- CNBV9v100,
380
- "b1")
+ CNBV9v100
+ )
381
382
// Set the version to use.
383
val apiVersion: String = {
@@ -1093,7 +1093,6 @@ WIP to add comments on resource docs. This code copied from Sofit.
1093
1094
def usingHumanReadableTitle(versions:List[String]) = {
1095
versions.map(i => (i
1096
- .replace("b1", "API Builder")
1097
.replace(BGVersionV133, "Berlin Group 1.3.3")
1098
.replace(BGVersionV13, "Berlin Group 1.3")
1099
.replace(BahrainOBFVersionV100, "BAHRAIN OBF 1.0.0")
0 commit comments