-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIN-303 send content digest for alfresco insight connector #848
base: master
Are you sure you want to change the base?
CIN-303 send content digest for alfresco insight connector #848
Conversation
...rg/alfresco/hxi_connector/live_ingester/adapters/messaging/repository/util/ContentUtils.java
Fixed
Show fixed
Hide fixed
Good job, keep it up 🔥 |
39c8765
to
aecb63f
Compare
e0ccef1
to
92565b8
Compare
return versionNumber; | ||
} | ||
} | ||
{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we remove these methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outdated, structure of file was changed
HxInsightRequest request = new HxInsightRequest(url, headers, null); | ||
containerSupport.raiseRepoEvent(repoEvent); | ||
|
||
// then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these comments necessary ? They just take up unnecessary space :)
No description provided.