Skip to content

Commit 5d40624

Browse files
committed
Code quality
1 parent ce56267 commit 5d40624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/de/upb/cs/swt/delphi/crawler/preprocessing/PreprocessingDispatchActor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ class PreprocessingDispatchActor(configuration : Configuration, nextStep : Actor
5656
}
5757

5858
object PreprocessingDispatchActor {
59-
def props(configuration: Configuration, nextStep : ActorRef, elasticActor: ActorRef) = Props(new PreprocessingDispatchActor(configuration, nextStep, elasticActor))
59+
def props(configuration: Configuration, nextStep : ActorRef, elasticActor: ActorRef): Props = Props(new PreprocessingDispatchActor(configuration, nextStep, elasticActor))
6060
}

0 commit comments

Comments
 (0)