Skip to content

Commit

Permalink
Rename to pluginSubject
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 21, 2024
1 parent 5ab2f50 commit 1a468e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public interface IdentityAwarePlugin {
/**
* Passes necessary classes for this plugin to operate as an IdentityAwarePlugin
*
* @param pluginSystemSubject A subject for running transport actions in the plugin system context for system index
* @param pluginSubject A subject for running transport actions in the plugin context for system index
* interaction
*/
default void assignSubject(PluginSubject pluginSystemSubject) {}
default void assignSubject(PluginSubject pluginSubject) {}
}

0 comments on commit 1a468e7

Please sign in to comment.