lockfree: package matches file path

The Dotty IDE gets unhappy otherwise.
This commit is contained in:
Guillaume Martres 2020-03-24 14:20:39 +01:00
parent a125de585e
commit 04808722f5
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
trait MockedMonitor extends Monitor {
def scheduler: Scheduler

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
class Dummy

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
import scala.annotation.tailrec
import lockfree._

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
import java.util.concurrent._;
import scala.concurrent.duration._

View File

@ -1,5 +1,5 @@
/* Copyright 2009-2015 EPFL, Lausanne */
package instrumentation
package lockfree.instrumentation
import java.lang.management._

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
import scala.util.Random
import scala.collection.mutable.{Map => MutableMap}

View File

@ -1,4 +1,4 @@
package instrumentation
package lockfree.instrumentation
import scala.concurrent._
import scala.concurrent.duration._