summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/Subscriber.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-27 05:13:18 +0000
committerPaul Phillips <paulp@improving.org>2009-05-27 05:13:18 +0000
commit21733eb9fd9a97c2a1ab7f7b0e313166fdeb9b6c (patch)
tree0dfa1546c3e04c33d9b5e6814ac9c8c4ee9b64db /src/library/scala/collection/mutable/Subscriber.scala
parent9ed3fc1dbd90ae93b5bd7abe010a42196e5dee69 (diff)
downloadscala-21733eb9fd9a97c2a1ab7f7b0e313166fdeb9b6c.tar.gz
scala-21733eb9fd9a97c2a1ab7f7b0e313166fdeb9b6c.tar.bz2
scala-21733eb9fd9a97c2a1ab7f7b0e313166fdeb9b6c.zip
Not quite complete reintegration of a handful o...
Not quite complete reintegration of a handful of collection classes, but they compile quietly and keep to themselves (of course that's always what the neighbors say after some loner goes on a rampage, so it's not the innocuous description it once was.)
Diffstat (limited to 'src/library/scala/collection/mutable/Subscriber.scala')
-rw-r--r--src/library/scala/collection/mutable/Subscriber.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library/scala/collection/mutable/Subscriber.scala b/src/library/scala/collection/mutable/Subscriber.scala
index c3d5723660..751fe12498 100644
--- a/src/library/scala/collection/mutable/Subscriber.scala
+++ b/src/library/scala/collection/mutable/Subscriber.scala
@@ -1,4 +1,3 @@
-/* TODO: Reintegrate
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2003-2009, LAMP/EPFL **
@@ -24,4 +23,3 @@ package scala.collection.mutable
trait Subscriber[-A, -B] {
def notify(pub: B, event: A): Unit
}
-*/