http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester.java
index d7ff886..4baed6e 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester2.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester2.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester2.java
index f5cfc21..fafc014 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester2.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/LauncherMainTester2.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 public class LauncherMainTester2 extends LauncherMainTester {

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java
index 0efc165..c94102f 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.security.UserGroupInformation;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerCredentialsForTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerCredentialsForTest.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerCredentialsForTest.java
index faa03ce..b369760 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerCredentialsForTest.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerCredentialsForTest.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.mapred.Counters;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerForTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerForTest.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerForTest.java
index 7fe1f42..d89990c 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerForTest.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerForTest.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.mapred.Mapper;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerUberJarForTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerUberJarForTest.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerUberJarForTest.java
index dba3c61..bd364c5 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerUberJarForTest.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/MapperReducerUberJarForTest.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.mapred.Mapper;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/SharelibUtils.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/SharelibUtils.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/SharelibUtils.java
index 845a202..b8fbb1a 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/SharelibUtils.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/SharelibUtils.java
@@ -7,7 +7,7 @@
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *      http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java
index f7dd43f..1a654f7 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/ShellTestCase.java
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+
 package org.apache.oozie.action.hadoop;
 
 import java.util.concurrent.Callable;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestCredentials.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestCredentials.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestCredentials.java
index 06ae447..d3a145d 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestCredentials.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestCredentials.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.mapred.JobConf;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestFSPrepareActions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestFSPrepareActions.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestFSPrepareActions.java
index b4f8db6..386fef3 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestFSPrepareActions.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestFSPrepareActions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.FileSystem;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java
index 634c896..350dacf 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestFsActionExecutor.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.FileStatus;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java
index 317aa65..c81fc61 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestFsELFunctions.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.ByteArrayOutputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestHCatPrepareActions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHCatPrepareActions.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHCatPrepareActions.java
index 4dbf1c0..d66d9c9 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHCatPrepareActions.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHCatPrepareActions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.FileSystem;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopELFunctions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopELFunctions.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopELFunctions.java
index 3bb35a5..c6ec63c 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopELFunctions.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestHadoopELFunctions.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.oozie.DagELFunctions;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
index 17c5fd9..343a31e 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaMain.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaMain.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaMain.java
index 9f6b870..bb2df43 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaMain.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaMain.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.oozie.util.XConfiguration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java
index bbaca14..31b5e91 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherFSURIHandler.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherFSURIHandler.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherFSURIHandler.java
index 8e5ccc6..26aaae6 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherFSURIHandler.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherFSURIHandler.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.Path;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherHCatURIHandler.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherHCatURIHandler.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherHCatURIHandler.java
index 7a8c00b..66d4ecc 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherHCatURIHandler.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncherHCatURIHandler.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
index ac94a6c..4cda615 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.Path;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java
index 8e34d18..a4b9943 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.FileSystem;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
index b1f4609..ceaef8b 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestOozieJobInfo.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java
index c242b62..b6888f5 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.hadoop.fs.FileSystem;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestPrepareActionsDriver.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestPrepareActionsDriver.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestPrepareActionsDriver.java
index 0e27360..df9e939 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestPrepareActionsDriver.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestPrepareActionsDriver.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestRerun.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/action/hadoop/TestRerun.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestRerun.java
index 007a6c9..cf9ce1b 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestRerun.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestRerun.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import org.apache.oozie.service.XLogService;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
index c59a263..dcc440a 100644
--- 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
+++ 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.OutputStreamWriter;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/hadoop/TestShellMain.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/hadoop/TestShellMain.java 
b/core/src/test/java/org/apache/oozie/action/hadoop/TestShellMain.java
index 8138942..e757e54 100644
--- a/core/src/test/java/org/apache/oozie/action/hadoop/TestShellMain.java
+++ b/core/src/test/java/org/apache/oozie/action/hadoop/TestShellMain.java
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+
 package org.apache.oozie.action.hadoop;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
 
b/core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
index ec9f98f..96f1376 100644
--- 
a/core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
+++ 
b/core/src/test/java/org/apache/oozie/action/oozie/TestSubWorkflowActionExecutor.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.oozie;
 
 import org.apache.oozie.action.hadoop.ActionExecutorTestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java 
b/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java
index 0a23ee5..16dd29a 100644
--- a/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java
+++ b/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.ssh;
 
 import static org.mockito.Mockito.mock;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java
 
b/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java
index e09f480..586f0d1 100644
--- 
a/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java
+++ 
b/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.action.ssh;
 
 public class TestSshActionExecutorAsExtension extends TestSshActionExecutor {

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/HeaderTestingVersionServlet.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/HeaderTestingVersionServlet.java 
b/core/src/test/java/org/apache/oozie/client/HeaderTestingVersionServlet.java
index 2906dda..a5202e6 100644
--- 
a/core/src/test/java/org/apache/oozie/client/HeaderTestingVersionServlet.java
+++ 
b/core/src/test/java/org/apache/oozie/client/HeaderTestingVersionServlet.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import org.apache.oozie.servlet.VersionServlet;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestLocalOozie.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/client/TestLocalOozie.java 
b/core/src/test/java/org/apache/oozie/client/TestLocalOozie.java
index c572b52..18fc820 100644
--- a/core/src/test/java/org/apache/oozie/client/TestLocalOozie.java
+++ b/core/src/test/java/org/apache/oozie/client/TestLocalOozie.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import org.apache.oozie.test.XFsTestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java 
b/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
index a8f8cf9..0268100 100644
--- a/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
+++ b/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import java.io.DataOutputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestOozieClientWithFakeServlet.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/TestOozieClientWithFakeServlet.java
 
b/core/src/test/java/org/apache/oozie/client/TestOozieClientWithFakeServlet.java
index 5f23064..179b205 100644
--- 
a/core/src/test/java/org/apache/oozie/client/TestOozieClientWithFakeServlet.java
+++ 
b/core/src/test/java/org/apache/oozie/client/TestOozieClientWithFakeServlet.java
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+
 package org.apache.oozie.client;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestWorkflowClient.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/client/TestWorkflowClient.java 
b/core/src/test/java/org/apache/oozie/client/TestWorkflowClient.java
index e2e0f11..badbb16 100644
--- a/core/src/test/java/org/apache/oozie/client/TestWorkflowClient.java
+++ b/core/src/test/java/org/apache/oozie/client/TestWorkflowClient.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import java.util.List;
@@ -518,4 +519,4 @@ public class TestWorkflowClient extends DagServletTestCase {
         }
 
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestWorkflowClientException.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/TestWorkflowClientException.java 
b/core/src/test/java/org/apache/oozie/client/TestWorkflowClientException.java
index 4fbb9a8..895c26a 100644
--- 
a/core/src/test/java/org/apache/oozie/client/TestWorkflowClientException.java
+++ 
b/core/src/test/java/org/apache/oozie/client/TestWorkflowClientException.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import org.apache.oozie.test.XTestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/TestWorkflowXClient.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/TestWorkflowXClient.java 
b/core/src/test/java/org/apache/oozie/client/TestWorkflowXClient.java
index 350ab2a..b06f81d 100644
--- a/core/src/test/java/org/apache/oozie/client/TestWorkflowXClient.java
+++ b/core/src/test/java/org/apache/oozie/client/TestWorkflowXClient.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client;
 
 import java.io.BufferedWriter;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
index 84e3684..5efb8cd 100644
--- 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
+++ 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorAction.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client.rest;
 
 import junit.framework.TestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorJob.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorJob.java 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorJob.java
index 8756c02..0698339 100644
--- 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorJob.java
+++ 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonCoordinatorJob.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client.rest;
 
 import org.apache.oozie.CoordinatorJobBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowAction.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowAction.java 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowAction.java
index 11bcffa..b2a4fba 100644
--- 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowAction.java
+++ 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowAction.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client.rest;
 
 import junit.framework.Assert;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowJob.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowJob.java 
b/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowJob.java
index ae0b558..7f71a99 100644
--- a/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowJob.java
+++ b/core/src/test/java/org/apache/oozie/client/rest/TestJsonWorkflowJob.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.client.rest;
 
 import junit.framework.TestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/SkipCommitFaultInjection.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/SkipCommitFaultInjection.java 
b/core/src/test/java/org/apache/oozie/command/SkipCommitFaultInjection.java
index c681f9b..158fbfa 100644
--- a/core/src/test/java/org/apache/oozie/command/SkipCommitFaultInjection.java
+++ b/core/src/test/java/org/apache/oozie/command/SkipCommitFaultInjection.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command;
 
 import org.apache.oozie.FaultInjection;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java 
b/core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java
index 979cbbc..d141538 100644
--- a/core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/TestPurgeXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/TestXCommand.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/command/TestXCommand.java 
b/core/src/test/java/org/apache/oozie/command/TestXCommand.java
index e717f93..434adf2 100644
--- a/core/src/test/java/org/apache/oozie/command/TestXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/TestXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command;
 
 import org.apache.oozie.ErrorCode;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleChangeXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleChangeXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleChangeXCommand.java
index aac51b1..4a406b6 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleChangeXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleChangeXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.util.Date;
@@ -402,4 +403,4 @@ public class TestBundleChangeXCommand extends XDataTestCase 
{
         assertEquals(CoordinatorJob.Status.RUNNING, action3.getStatus());
         assertEquals(action3.getPending(), 1);
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobSuspendXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobSuspendXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobSuspendXCommand.java
index ae4717d..a4ed0d6 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobSuspendXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobSuspendXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobXCommand.java 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobXCommand.java
index 7dffcfc..c6ecb5e 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import org.apache.oozie.BundleJobBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobsXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobsXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobsXCommand.java
index 74f3f97..36dded7 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobsXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleJobsXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleKillXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleKillXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleKillXCommand.java
index d4c43e5..a51c0b8 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleKillXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleKillXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundlePauseUnpauseXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundlePauseUnpauseXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundlePauseUnpauseXCommand.java
index 93f6d72..46819d9 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundlePauseUnpauseXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundlePauseUnpauseXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import org.apache.oozie.BundleJobBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleRerunXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleRerunXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleRerunXCommand.java
index 150fe82..4a10a8b 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleRerunXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleRerunXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java
index 8531471..bcd7d24 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleStartXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/bundle/TestBundleSubmitXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleSubmitXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleSubmitXCommand.java
index 7be26a1..26c11d3 100644
--- 
a/core/src/test/java/org/apache/oozie/command/bundle/TestBundleSubmitXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/bundle/TestBundleSubmitXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.bundle;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/CoordELExtensions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/CoordELExtensions.java 
b/core/src/test/java/org/apache/oozie/command/coord/CoordELExtensions.java
index b821334..796d19c 100644
--- a/core/src/test/java/org/apache/oozie/command/coord/CoordELExtensions.java
+++ b/core/src/test/java/org/apache/oozie/command/coord/CoordELExtensions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
  package org.apache.oozie.command.coord;
 
 import java.util.Calendar;
@@ -74,4 +75,4 @@ public class CoordELExtensions {
         int inst = CoordCommandUtils.parseOneArg(curExpr);
         return CoordELFunctions.ph2_coord_current(inst);
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/CoordXTestCase.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/CoordXTestCase.java 
b/core/src/test/java/org/apache/oozie/command/coord/CoordXTestCase.java
index 788e583..4a25356 100644
--- a/core/src/test/java/org/apache/oozie/command/coord/CoordXTestCase.java
+++ b/core/src/test/java/org/apache/oozie/command/coord/CoordXTestCase.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import org.apache.oozie.service.JPAService;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
index 3585c7d..f79c9a0 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommandNonUTC.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommandNonUTC.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommandNonUTC.java
index 18e9ef9..c0fecf0 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommandNonUTC.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommandNonUTC.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 public class TestCoordActionInputCheckXCommandNonUTC extends 
TestCoordActionInputCheckXCommand {

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
index ae47516..7742dd4 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import org.apache.oozie.CoordinatorActionBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionSkipXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionSkipXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionSkipXCommand.java
index 2baabce..27a545b 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionSkipXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionSkipXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionStartXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionStartXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionStartXCommand.java
index d3f1960..db66c72 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionStartXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionStartXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionUpdatePushMissingDependency.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionUpdatePushMissingDependency.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionUpdatePushMissingDependency.java
index a627523..e0e2251 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionUpdatePushMissingDependency.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionUpdatePushMissingDependency.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsIgnoreXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsIgnoreXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsIgnoreXCommand.java
index 9daa6d7..2ff89b2 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsIgnoreXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsIgnoreXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsKillXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsKillXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsKillXCommand.java
index bc995f5..52560e6 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsKillXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionsKillXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordChangeXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordChangeXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordChangeXCommand.java
index 4e842cf..5d779b4 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordChangeXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordChangeXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.ArrayList;
@@ -961,4 +962,4 @@ public class TestCoordChangeXCommand extends XDataTestCase {
         }
 
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordCommandUtils.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordCommandUtils.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordCommandUtils.java
index 36c2268..fc75d91 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordCommandUtils.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordCommandUtils.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordELExtensions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordELExtensions.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordELExtensions.java
index aab8efd..f9a276f 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordELExtensions.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordELExtensions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
  package org.apache.oozie.command.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordJobsXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordJobsXCommand.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordJobsXCommand.java
index df4c9d1..df86bc7 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordJobsXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordJobsXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordKillXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordKillXCommand.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordKillXCommand.java
index a03ed9a..111eace 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordKillXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordKillXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordMaterializeTransitionXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordMaterializeTransitionXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordMaterializeTransitionXCommand.java
index 60eff2f..d122944 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordMaterializeTransitionXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordMaterializeTransitionXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.sql.Timestamp;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java
index 3c8b082..22abeb3 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.ByteArrayOutputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java
index 92b2190..378042c 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordResumeXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordResumeXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordResumeXCommand.java
index 7d63151..5f96c1e 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordResumeXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordResumeXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import org.apache.oozie.CoordinatorJobBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
index fedf4a8..f13e48f 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordSuspendXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordSuspendXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordSuspendXCommand.java
index f6a3735..1fb7f3c 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordSuspendXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordSuspendXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
index 99572de..9d66c2c 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestCoordUpdateXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.File;
@@ -294,4 +295,4 @@ public class TestCoordUpdateXCommand extends XDataTestCase {
         }
         return null;
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestFutureActionsTimeOut.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestFutureActionsTimeOut.java
 
b/core/src/test/java/org/apache/oozie/command/coord/TestFutureActionsTimeOut.java
index 5a7529f..801207b 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestFutureActionsTimeOut.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestFutureActionsTimeOut.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/coord/TestPastActionsTimeOut.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/coord/TestPastActionsTimeOut.java 
b/core/src/test/java/org/apache/oozie/command/coord/TestPastActionsTimeOut.java
index e2045ef..708dcaf 100644
--- 
a/core/src/test/java/org/apache/oozie/command/coord/TestPastActionsTimeOut.java
+++ 
b/core/src/test/java/org/apache/oozie/command/coord/TestPastActionsTimeOut.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/HangServlet.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/command/wf/HangServlet.java 
b/core/src/test/java/org/apache/oozie/command/wf/HangServlet.java
index 8de60bf..3344cf9 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/HangServlet.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/HangServlet.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import javax.servlet.ServletException;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestActionCheckXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestActionCheckXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestActionCheckXCommand.java
index a7316d5..9304823 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestActionCheckXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestActionCheckXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.OutputStreamWriter;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestActionErrors.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestActionErrors.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestActionErrors.java
index 91ed6a9..b88dd39 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestActionErrors.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestActionErrors.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestActionStartXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestActionStartXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestActionStartXCommand.java
index 7154031..b3f973a 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestActionStartXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestActionStartXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.OutputStreamWriter;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestLastModified.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestLastModified.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestLastModified.java
index 02bf9cd..2b1f325 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestLastModified.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestLastModified.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.oozie.test.XFsTestCase;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
index 5845041..b260747 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.oozie.WorkflowJobBean;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
index efd2a7d..239fc86 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSignalXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSignalXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSignalXCommand.java
index e25b49f..4268b30 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestSignalXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestSignalXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.ByteArrayOutputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSubmitHiveXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitHiveXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitHiveXCommand.java
index d6a074c..43edf5e 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitHiveXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitHiveXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSubmitMRXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitMRXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitMRXCommand.java
index 3aedb80..5bc5747 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitMRXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitMRXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSubmitPigXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitPigXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitPigXCommand.java
index 9c49590..5a1de25 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitPigXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitPigXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSubmitSqoopXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitSqoopXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitSqoopXCommand.java
index 820f5b6..49b5028 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitSqoopXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitSqoopXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java
index e8f77df..42fa198 100644
--- a/core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java
+++ b/core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java
 
b/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java
index dcce8ef..72f0114 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.io.StringReader;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowKillXCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowKillXCommand.java 
b/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowKillXCommand.java
index f02c123..e493d4d 100644
--- 
a/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowKillXCommand.java
+++ 
b/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowKillXCommand.java
@@ -6,15 +6,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.command.wf;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/compression/TestCodecFactory.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/compression/TestCodecFactory.java 
b/core/src/test/java/org/apache/oozie/compression/TestCodecFactory.java
index 0af37a6..a14641b 100644
--- a/core/src/test/java/org/apache/oozie/compression/TestCodecFactory.java
+++ b/core/src/test/java/org/apache/oozie/compression/TestCodecFactory.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.compression;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/coord/TestCoordELEvaluator.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/coord/TestCoordELEvaluator.java 
b/core/src/test/java/org/apache/oozie/coord/TestCoordELEvaluator.java
index f2cba69..a8542dd 100644
--- a/core/src/test/java/org/apache/oozie/coord/TestCoordELEvaluator.java
+++ b/core/src/test/java/org/apache/oozie/coord/TestCoordELEvaluator.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.coord;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java 
b/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java
index 13315b9..6d3bb48 100644
--- a/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java
+++ b/core/src/test/java/org/apache/oozie/coord/TestCoordELFunctions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.coord;
 
 import org.apache.hadoop.conf.Configuration;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/coord/TestCoordUtils.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/coord/TestCoordUtils.java 
b/core/src/test/java/org/apache/oozie/coord/TestCoordUtils.java
index a39efe3..ae3f18d 100644
--- a/core/src/test/java/org/apache/oozie/coord/TestCoordUtils.java
+++ b/core/src/test/java/org/apache/oozie/coord/TestCoordUtils.java
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+
 package org.apache.oozie.coord;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java 
b/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java
index bb14130..d420c6f 100644
--- a/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java
+++ b/core/src/test/java/org/apache/oozie/coord/TestHCatELFunctions.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.coord;
 
 import java.io.ByteArrayOutputStream;
@@ -581,4 +582,4 @@ public class TestHCatELFunctions extends XHCatTestCase {
         CoordELFunctions.configureEvaluator(eval, ds, appInst);
     }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/dependency/TestFSURIHandler.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/dependency/TestFSURIHandler.java 
b/core/src/test/java/org/apache/oozie/dependency/TestFSURIHandler.java
index 3448fc7..75d5429 100644
--- a/core/src/test/java/org/apache/oozie/dependency/TestFSURIHandler.java
+++ b/core/src/test/java/org/apache/oozie/dependency/TestFSURIHandler.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.dependency;
 
 import java.net.URI;

http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/test/java/org/apache/oozie/dependency/TestHCatURIHandler.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/oozie/dependency/TestHCatURIHandler.java 
b/core/src/test/java/org/apache/oozie/dependency/TestHCatURIHandler.java
index a2383c6..31a68bf 100644
--- a/core/src/test/java/org/apache/oozie/dependency/TestHCatURIHandler.java
+++ b/core/src/test/java/org/apache/oozie/dependency/TestHCatURIHandler.java
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.oozie.dependency;
 
 import java.net.URI;

Reply via email to