Skip to content

Commit

Permalink
One more javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 13, 2024
1 parent f185ed8 commit fadf6d1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ public class MetaTypeProviderTracker implements EquinoxMetaTypeInformation {
* Constructs a MetaTypeProviderTracker which tracks all MetaTypeProviders
* registered by the specified bundle.
*
* @param context The BundleContext of the MetaTypeService implementation
* @param bundle The bundle to track all MetaTypeProviders for.
* @param log The {@code LogService} to use for logging messages.
* @param bundle The bundle to track all MetaTypeProviders for.
* @param log The {@code LogService} to use for logging messages.
*/
public MetaTypeProviderTracker(Bundle bundle, LogTracker log, ServiceTracker<Object, Object> tracker) {
this._bundle = bundle;
Expand Down

0 comments on commit fadf6d1

Please sign in to comment.