Skip to content

Commit cbcddb1

Browse files
committed
copy constructor for data class warning on internal type
1 parent 90def9c commit cbcddb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/src/main/kotlin/org/veupathdb/lib/compute/platform/model

lib/src/main/kotlin/org/veupathdb/lib/compute/platform/model/JobReference.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ import org.veupathdb.lib.hash_id.HashID
1414
*
1515
* @param owned Whether the current platform instance owns the job.
1616
*/
17+
@ConsistentCopyVisibility
1718
data class JobReference internal constructor(val jobID: HashID, val owned: Boolean)

0 commit comments

Comments
 (0)