From 9421f2ecaf85cb2e409e73dad7554e466303c284 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 1 Jul 2010 21:39:38 +0000 Subject: Abandoned any pretense of selectivity and put f... Abandoned any pretense of selectivity and put forkjoin.jar on every compilation path from locker to strap. Review postponed until the afterlife. --- build.xml | 9 +++++---- src/library/scala/Enumeration.scala | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 87be8221e3..656c45a8c5 100644 --- a/build.xml +++ b/build.xml @@ -630,6 +630,7 @@ QUICK BUILD (QUICK) + + @@ -1130,6 +1132,7 @@ BOOTSTRAPPING BUILD (STRAP) + - - - - + @@ -1179,6 +1179,7 @@ BOOTSTRAPPING BUILD (STRAP) + diff --git a/src/library/scala/Enumeration.scala b/src/library/scala/Enumeration.scala index c7c247fed7..871de3714d 100644 --- a/src/library/scala/Enumeration.scala +++ b/src/library/scala/Enumeration.scala @@ -11,7 +11,6 @@ package scala import scala.collection.SetLike import scala.collection.{ mutable, immutable, generic } import java.lang.reflect.{ Modifier, Method => JMethod, Field => JField } -import java.util.NoSuchElementException /**

* Defines a finite set of values specific to the enumeration. Typically -- cgit v1.2.3