Skip to content

Commit

Permalink
NamespaceVersion: Add getVersionText
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaso authored and ralph-steiner committed May 16, 2024
1 parent 14cf2df commit 2920d9c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ public String getNamespace() {
return m_namespace;
}

public String getVersionText() {
return m_versionText;
}

/**
* Method may only be called if instance is created by either {{@link #of(String)}} or {@link #of(String, String)}
* (version text is available).
Expand Down

0 comments on commit 2920d9c

Please sign in to comment.