You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/11/29 23:29:15 UTC

[16/31] incubator-iota git commit: Removed scalastyle in CheckpointProcessor , Orchestration and WatchServiceReciever

Removed scalastyle in CheckpointProcessor , Orchestration and WatchServiceReciever


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/820f2b10
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/820f2b10
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/820f2b10

Branch: refs/heads/master
Commit: 820f2b10d92d67a46efc0a19e619de5d16705cd2
Parents: 15ab0a8
Author: Shivansh <sh...@gmail.com>
Authored: Fri Nov 4 00:33:24 2016 +0530
Committer: Shivansh <sh...@gmail.com>
Committed: Fri Nov 4 00:33:24 2016 +0530

----------------------------------------------------------------------
 .../src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala | 1 -
 fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala  | 4 ++--
 .../main/scala/org/apache/iota/fey/WatchServiceReceiver.scala    | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/820f2b10/fey-core/src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala
----------------------------------------------------------------------
diff --git a/fey-core/src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala b/fey-core/src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala
index c66be1c..663ffdf 100644
--- a/fey-core/src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala
+++ b/fey-core/src/main/scala/org/apache/iota/fey/CheckpointProcessor.scala
@@ -1,4 +1,3 @@
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with

http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/820f2b10/fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala
----------------------------------------------------------------------
diff --git a/fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala b/fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala
index d247279..1e47a80 100644
--- a/fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala
+++ b/fey-core/src/main/scala/org/apache/iota/fey/Orchestration.scala
@@ -75,7 +75,7 @@ protected class Orchestration(val name: String,
     }
   }
 
-  override def postStop() = {
+  override def postStop(): Unit = {
     monitoring_actor  ! Monitor.STOP(Utils.getTimestamp)
     log.info(s"STOPPED ${self.path.name}")
   }
@@ -250,4 +250,4 @@ protected object ORCHESTRATION_CACHE{
     */
   val orchestration_metadata: HashMap[String, Map[String,JsObject]] = HashMap.empty[String, Map[String,JsObject]]
   val orchestration_name: HashMap[String, String] = HashMap.empty
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/820f2b10/fey-core/src/main/scala/org/apache/iota/fey/WatchServiceReceiver.scala
----------------------------------------------------------------------
diff --git a/fey-core/src/main/scala/org/apache/iota/fey/WatchServiceReceiver.scala b/fey-core/src/main/scala/org/apache/iota/fey/WatchServiceReceiver.scala
index a07a8d2..df78c51 100644
--- a/fey-core/src/main/scala/org/apache/iota/fey/WatchServiceReceiver.scala
+++ b/fey-core/src/main/scala/org/apache/iota/fey/WatchServiceReceiver.scala
@@ -1,4 +1,3 @@
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with