From dbe0e2bc384fdf7eac0312859347aa62a4778390 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 7 Jul 2009 10:18:05 +0000 Subject: fixed Scala comments, added svn:keywords --- src/actors/scala/actors/ReplyReactor.scala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/actors') diff --git a/src/actors/scala/actors/ReplyReactor.scala b/src/actors/scala/actors/ReplyReactor.scala index 7e8bc0ab37..1fb564f626 100644 --- a/src/actors/scala/actors/ReplyReactor.scala +++ b/src/actors/scala/actors/ReplyReactor.scala @@ -10,14 +10,14 @@ package scala.actors -/** - * The ReplyReactor trait extends the Reactor trait with - * methods to reply to the sender of a message. - * Sending a message to a ReplyReactor implicitly - * passes a reference to the sender together with the - * message. +/**

+ * The ReplyReactor trait extends the Reactor + * trait with methods to reply to the sender of a message. + * Sending a message to a ReplyReactor implicitly + * passes a reference to the sender together with the message. + *

* - * @author Philipp Haller + * @author Philipp Haller */ trait ReplyReactor extends Reactor { -- cgit v1.2.3