Skip to content

Commit

Permalink
Added: humanReadable in Bridgehead Config
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Dec 26, 2023
1 parent e90670d commit c13876a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Bridgehead configuration with explorer and exporter mapping
- Bridgehead Operation
- Create query and draft project (Lens)
- humanReadable in Bridgehead Config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static class BridgeheadConfig {
private String explorerCode;
private String exporterUrl;
private String exporterApiKey;
private String humanReadable;
}

public boolean isRegisteredBridgehead(String bridgehead) {
Expand Down

0 comments on commit c13876a

Please sign in to comment.