This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new ee4255b fixing compile errors
ee4255b is described below
commit ee4255bd7226fd24a04ed4edee80e5620009fa82
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Jun 19 22:46:06 2019 -0400
fixing compile errors
---
.../src/main/java/org/apache/airavata/helix/impl/task/TaskContext.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/TaskContext.java
b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/TaskContext.java
index 1b5b082..98d01cb 100644
---
a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/TaskContext.java
+++
b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/TaskContext.java
@@ -772,6 +772,7 @@ public class TaskContext {
public TaskContextBuilder setProfileClient(UserProfileService.Client
profileClient) {
this.profileClient = profileClient;
+ return this;
}
public TaskContext build() throws Exception {