Skip to content

Commit

Permalink
Created a new Generic Nexus3 Search ChoiceListProvider to support the…
Browse files Browse the repository at this point in the history
… search of Non-Maven2 artifacts, like Docker Images.
  • Loading branch information
Watermeyer, Stephan committed May 16, 2023
1 parent baf8890 commit 3eb1032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getRESTfulServiceEndpoint() {
* Ordering of returned versions is important so using a LinkedHashSet inside.
* {@inheritDoc}
*
* @throws VersionReaderException
* @throws VersionReaderException TBD.
*/
@Override
public Set<String> callService(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging,
Expand Down

0 comments on commit 3eb1032

Please sign in to comment.