Skip to content

Commit fadbe8a

Browse files
committed
Remove redundant qualifier
The CustomTask data class is defined as a child in this class so does not need qualification.
1 parent 7a9d718 commit fadbe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class AffectedModuleConfiguration {
4242
* @see CustomTask - Implementation class
4343
* @see AffectedModuleDetectorPlugin - gradle plugin
4444
*/
45-
var customTasks = emptySet<AffectedModuleConfiguration.CustomTask>()
45+
var customTasks = emptySet<CustomTask>()
4646

4747
/**
4848
* Folder to place the log in

0 commit comments

Comments
 (0)