Skip to content

Commit

Permalink
Making method public
Browse files Browse the repository at this point in the history
  • Loading branch information
sundargates committed Feb 28, 2023
1 parent ae2d326 commit 1de1a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ServiceRegistry {
private ServiceRegistry() {
}

private void setMantisPropertiesService(MantisPropertiesLoader service) {
public void setMantisPropertiesService(MantisPropertiesLoader service) {
if (!registryRef.compareAndSet(null, service)) {
logger.error("MantisPropertiesService already set to {}", registryRef.get());
}
Expand Down

0 comments on commit 1de1a75

Please sign in to comment.