Skip to content

DurationBuilder is not accessible #19

@kostaskougios

Description

@kostaskougios

Class DurationBuilder is not accessible but it is useful in many occasions. I.e. I would like to create methods like

def f(db: DurationBuilder) = ... do something

and use it like f(1.second + 50.millis)

If I use it right now I get:
class DurationBuilder in package time cannot be accessed in package org.scala_tools.time

Can this class be made public?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions