Skip to content

Commit

Permalink
Make produces type match disposes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck committed Aug 28, 2024
1 parent 7f40032 commit 0d42174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class KojiProvider {

@Produces
@DefaultBean
public ClientSession createSession() throws KojiClientException {
public KojiClientSession createSession() throws KojiClientException {
LOGGER.info("Using default Koji ClientSession");

URL kojiHubURL = config.getKojiHubURL();
Expand Down

0 comments on commit 0d42174

Please sign in to comment.