Repository: ambari
Updated Branches:
  refs/heads/trunk 2f7331535 -> c2409e740


http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/PropertyConfigTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/PropertyConfigTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/PropertyConfigTest.java
index 6ad2e11..cee02d6 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/PropertyConfigTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/PropertyConfigTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ResourceConfigTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ResourceConfigTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ResourceConfigTest.java
index 9788e7f..aad2dae 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ResourceConfigTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ResourceConfigTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ViewConfigTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ViewConfigTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ViewConfigTest.java
index ddb66a8..5bd4e4d 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ViewConfigTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/configuration/ViewConfigTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/events/EventImplTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/events/EventImplTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/events/EventImplTest.java
index ea3b30e..299c646 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/events/EventImplTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/events/EventImplTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information

http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/validation/InstanceValidationResultImplTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/validation/InstanceValidationResultImplTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/validation/InstanceValidationResultImplTest.java
index 16b5140..c7ea003 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/validation/InstanceValidationResultImplTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/validation/InstanceValidationResultImplTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -65,4 +65,4 @@ public class InstanceValidationResultImplTest {
     
Assert.assertEquals("{\"propertyResults\":{\"foo\":{\"valid\":true,\"detail\":\"foo
 detail\"},\"bar\":{\"valid\":false,\"detail\":\"bar 
detail\"}},\"valid\":false,\"detail\":\"The instance has invalid 
properties.\"}",
         instanceValidationResult.toJson());
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/c2409e74/ambari-server/src/test/java/org/apache/ambari/server/view/validation/ValidationResultImplTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/view/validation/ValidationResultImplTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/view/validation/ValidationResultImplTest.java
index 0607f06..522796c 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/view/validation/ValidationResultImplTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/view/validation/ValidationResultImplTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -53,4 +53,4 @@ public class ValidationResultImplTest {
     Assert.assertFalse(result.isValid());
     Assert.assertEquals("is false", result.getDetail());
   }
-}
\ No newline at end of file
+}

Reply via email to