Made doc comment consistent. No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@20989 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
phaller 2010-02-25 16:26:05 +00:00
parent e5f5859cce
commit 1a6adc2409
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
package scala.actors
/**
* The <code>AbstractScheduler</code> trait provides a common interface
* The <code>IScheduler</code> trait provides a common interface
* for all schedulers used to execute actor tasks.
*
* Subclasses of <code>Actor</code> that override its
* <code>scheduler</code> member must provide
* an <code>AbstractScheduler</code> implementation.
* an <code>IScheduler</code> implementation.
*
* @author Philipp Haller
*/