Skip to content

Commit

Permalink
#762 Extension class must be open
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Apr 11, 2020
1 parent 6804c02 commit 6b3b3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const val PREFIX = "ontrack-extension-"
*
* @property project Linked project
*/
class OntrackExtension(
open class OntrackExtension(
private val project: Project
) {

Expand Down

0 comments on commit 6b3b3e1

Please sign in to comment.