This is an automated email from the ASF dual-hosted git repository.
mradhakrishnan pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by
this push:
new 4f521a9 Branch feature ambari 14714 (#291)
4f521a9 is described below
commit 4f521a9c9bd358b5805406a388d87cdcc73e1666
Author: mradha25 <[email protected]>
AuthorDate: Wed Feb 7 14:38:40 2018 -0800
Branch feature ambari 14714 (#291)
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs
* [AMBARI-22904] Revised mpack APIs - Fix for dependencyType -> Type in
ModuleDependency class.
---
.../src/main/java/org/apache/ambari/server/state/ModuleDependency.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-server/src/main/java/org/apache/ambari/server/state/ModuleDependency.java
b/ambari-server/src/main/java/org/apache/ambari/server/state/ModuleDependency.java
index bdce407..a462391 100644
---
a/ambari-server/src/main/java/org/apache/ambari/server/state/ModuleDependency.java
+++
b/ambari-server/src/main/java/org/apache/ambari/server/state/ModuleDependency.java
@@ -30,7 +30,7 @@ public class ModuleDependency {
@SerializedName("INSTALL")
INSTALL
}
- @SerializedName("dependencyType")
+ @SerializedName("type")
private DependencyType dependencyType;
public String getName() {
--
To stop receiving notification emails like this one, please contact
[email protected].