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 85cd065
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import javax.inject.Inject;

import org.jboss.pnc.build.finder.core.BuildConfig;
import org.jboss.pnc.build.finder.koji.ClientSession;
import org.jboss.pnc.build.finder.koji.KojiClientSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -43,7 +42,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 85cd065

Please sign in to comment.