Skip to content

Commit

Permalink
docs(plugins-api): Fix description of PluginDescriptor.id
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Sep 9, 2024
1 parent 7be755c commit f54636e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/api/src/main/kotlin/PluginDescriptor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package org.ossreviewtoolkit.plugins.api
*/
data class PluginDescriptor(
/**
* The name of the plugin class. Must be unique among all plugins for the same factory class.
* The id of the plugin class. Must be unique among all plugins for the same factory class.
*/
val id: String,

Expand Down

0 comments on commit f54636e

Please sign in to comment.