Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hkryeung committed Oct 18, 2022
1 parent 32182c2 commit d7591a3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ private void setCMRMetadataToProvider(String input)
String provider = (String)config.get("provider");
CMRRestClientProvider.setProvider(provider);
}


// for PR add in Mike, Simon Liu, and normal ppl

public void setWorkFlowType(String stateMachine) throws ParseException {
AdapterLogger.LogInfo("current state machine:" + stateMachine);
if(StringUtils.endsWithIgnoreCase(stateMachine, "IngestWorkflow")) {
Expand Down

0 comments on commit d7591a3

Please sign in to comment.