Skip to content

Commit

Permalink
ServiceHelper refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Dec 25, 2023
1 parent d46d50a commit 766cfd3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.controller.UiNavigationManager;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.UiDispatcher;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.UiLocalizer;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.notify.UiNotifier;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.UiScreen;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.factory.UiToggleGroupFactory;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import java.util.ServiceLoader;

import io.github.mmm.base.config.ServiceHelper;
import io.github.mmm.base.service.ServiceHelper;
import io.github.mmm.ui.api.binding.UiActionBinding;

/**
Expand Down

0 comments on commit 766cfd3

Please sign in to comment.