-
Notifications
You must be signed in to change notification settings - Fork 7
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
MODSOURCE-733: raml-storage dependency updated. #909
Conversation
import org.folio.rest.jaxrs.model.ProfileSnapshotWrapper; | ||
import org.folio.rest.jaxrs.model.RawRecordsDto; | ||
import org.folio.rest.jaxrs.model.StatusDto; | ||
import org.folio.rest.jaxrs.model.*; |
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.
Please, use single class import instead of wild card import
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.
@Maksat-Galymzhan Thank you! It seems like after updating IntelliJIdea this setting was removed. Fixed.
@@ -27,7 +21,7 @@ | |||
import java.util.List; | |||
import java.util.Map; | |||
|
|||
import static org.folio.rest.jaxrs.model.ProfileSnapshotWrapper.ContentType.*; | |||
import static org.folio.rest.jaxrs.model.ProfileType.*; |
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.
the same
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.
Fixed.
Quality Gate passedIssues Measures |
Purpose
Describe the purpose of the pull request. Include background information if necessary.
Approach
How does this change fulfill the purpose?
Is this change testable? If not - why?
Checklist