Skip to content

Commit a546a42

Browse files
committed
change class modifier for javadocs
1 parent 79b8c96 commit a546a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-brokers/src/main/java/com/microsoft/aad/msal4jbrokers/MSALRuntimeBroker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.concurrent.CompletableFuture;
77

88
@Slf4j
9-
class MSALRuntimeBroker implements IBroker {
9+
public class MSALRuntimeBroker implements IBroker {
1010

1111
@Override
1212
public IAuthenticationResult acquireToken(PublicClientApplication application, SilentParameters requestParameters) {

0 commit comments

Comments
 (0)