Skip to content

Commit

Permalink
Move getId back to ServiceInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
AutonomicPerfectionist committed Aug 22, 2023
1 parent 25603f6 commit 7b17b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ public interface NameProvider {

public String getName();

String getId();

}
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ public interface ServiceInterface extends ServiceQueue, LoggingSink, NameTypePro

String getFullName();

String getId();

void loadLocalizations();

void setLocale(String code);
Expand Down

0 comments on commit 7b17b9f

Please sign in to comment.