Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
colesico committed Jan 13, 2025
1 parent 3ee691f commit cfc8df7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ public class DefaultServiceLocatorFactory implements ServiceLocatorFactory {

private static final DefaultServiceLocatorFactory INSTANCE = new DefaultServiceLocatorFactory();

private DefaultServiceLocatorFactory() {
}

public static DefaultServiceLocatorFactory of() {
return INSTANCE;
}
Expand Down

0 comments on commit cfc8df7

Please sign in to comment.