summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-02-06 12:15:50 -0800
committerJames Iry <jamesiry@gmail.com>2013-02-06 12:15:50 -0800
commit5545f35730e54841065cf142597b4e3db3334a1b (patch)
treed1cf1d4630d4e023e114faad1514731ed206d8fe /src
parent948e6acebef201c9049de68cddf00514970111f8 (diff)
parent108a1f79d25ce05b84beaca2a80a2dabade3eee2 (diff)
downloadscala-5545f35730e54841065cf142597b4e3db3334a1b.tar.gz
scala-5545f35730e54841065cf142597b4e3db3334a1b.tar.bz2
scala-5545f35730e54841065cf142597b4e3db3334a1b.zip
Merge pull request #2071 from JamesIry/master_SI-6773
SI-6773 Changes IndexSeqFactory to be "since 2.11"
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/collection/generic/IndexedSeqFactory.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/generic/IndexedSeqFactory.scala b/src/library/scala/collection/generic/IndexedSeqFactory.scala
index 451e5e0f46..e86d163b3c 100644
--- a/src/library/scala/collection/generic/IndexedSeqFactory.scala
+++ b/src/library/scala/collection/generic/IndexedSeqFactory.scala
@@ -13,7 +13,7 @@ import language.higherKinds
/** A template for companion objects of IndexedSeq and subclasses thereof.
*
- * @since 2.10
+ * @since 2.11
*/
abstract class IndexedSeqFactory[CC[X] <: IndexedSeq[X] with GenericTraversableTemplate[X, CC]] extends SeqFactory[CC] {
override def ReusableCBF: GenericCanBuildFrom[Nothing] =