-
Notifications
You must be signed in to change notification settings - Fork 5
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
SCRUM-2016 #1158
SCRUM-2016 #1158
Conversation
…it in DA docs in ES
agr_indexer/src/main/java/org/alliancegenome/indexer/indexers/Indexer.java
Outdated
Show resolved
Hide resolved
...main/java/org/alliancegenome/indexer/indexers/curation/DiseaseAnnotationCurationIndexer.java
Outdated
Show resolved
Hide resolved
...main/java/org/alliancegenome/indexer/indexers/curation/DiseaseAnnotationCurationIndexer.java
Show resolved
Hide resolved
@@ -15,4 +19,8 @@ public GeneDiseaseAnnotationDocument() { | |||
setCategory("gene_disease_annotation"); | |||
} | |||
|
|||
@Override | |||
public String toString() { |
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.
I would not override the toString
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.
This is helpful when debugging the code.
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.
Maybe but overriding the toString shouldn't be done control it via the lombok @tostring annotation on the class.
No description provided.