From aba747cf8d0145d6c10726151bf55ff997e8b0e6 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 21 Jun 2007 12:42:16 +0000 Subject: removed more primitive type aliases, removed so... removed more primitive type aliases, removed some tabs --- src/compiler/scala/tools/nsc/SubComponent.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/scala/tools/nsc/SubComponent.scala') diff --git a/src/compiler/scala/tools/nsc/SubComponent.scala b/src/compiler/scala/tools/nsc/SubComponent.scala index ff759cdc9c..f3868e91ff 100644 --- a/src/compiler/scala/tools/nsc/SubComponent.scala +++ b/src/compiler/scala/tools/nsc/SubComponent.scala @@ -1,5 +1,5 @@ /* NSC -- new Scala compiler - * Copyright 2005-2006 LAMP/EPFL + * Copyright 2005-2007 LAMP/EPFL * @author Martin Odersky */ // $Id$ @@ -19,7 +19,7 @@ abstract class SubComponent { val phaseName: String /** New flags defined by the phase which are not valid before */ - def phaseNewFlags: long = 0 + def phaseNewFlags: Long = 0 /** The phase factory */ def newPhase(prev: Phase): Phase -- cgit v1.2.3