Skip to content

Commit

Permalink
add the explanation to loadAccount documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgun committed Aug 6, 2023
1 parent 47c9a1f commit b6a2627
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,8 @@ protected String loadPassword(BundleContext bundleContext,
/**
* Initializes and creates an account corresponding to the specified
* accountProperties and registers the resulting ProtocolProvider in the
* <tt>context</tt> BundleContext parameter. This method has a persistent
* <tt>context</tt> BundleContext parameter via an osgi event (which needs to acces the
* configuration service and check for a stored password). This method has a persistent
* effect. Once created the resulting account will remain installed until
* removed through the uninstallAccount method.
*
Expand Down

0 comments on commit b6a2627

Please sign in to comment.