-
Notifications
You must be signed in to change notification settings - Fork 66
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
EPMRPP-92350 fix organization projects for member #2017
Conversation
src/main/java/com/epam/ta/reportportal/core/project/impl/OrganizationProjectHandlerImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/core/project/impl/OrganizationProjectHandlerImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/core/project/impl/OrganizationProjectHandlerImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/core/project/impl/OrganizationProjectHandlerImpl.java
Outdated
Show resolved
Hide resolved
src/main/java/com/epam/ta/reportportal/core/project/impl/OrganizationProjectHandlerImpl.java
Outdated
Show resolved
Hide resolved
import org.springframework.data.domain.Sort.Direction; | ||
import org.springframework.data.domain.Sort.Order; | ||
|
||
public class OffsetUtils { |
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.
Missing a Javadoc comment.
private OffsetUtils() { | ||
} | ||
|
||
public static <T extends Offset> T responseWithPageParameters(T offsetObject, Pageable pageable, |
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.
Missing a Javadoc comment.
No description provided.