mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 01:12:05 +01:00
Path: Allow public get access for root and residualDepth
This commit is contained in:
parent
218990c3fe
commit
bc078b754d
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ import kotlin.math.min
|
||||||
* @param residualDepth residual depth that is decreased each time another edge is appended
|
* @param residualDepth residual depth that is decreased each time another edge is appended
|
||||||
*/
|
*/
|
||||||
class Path(
|
class Path(
|
||||||
private val root: CertSynopsis,
|
val root: CertSynopsis,
|
||||||
private val edges: MutableList<Certification>,
|
private val edges: MutableList<Certification>,
|
||||||
private var residualDepth: Depth
|
var residualDepth: Depth
|
||||||
) {
|
) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue