Fix for EOL.
This commit is contained in:
@@ -289,7 +289,7 @@ public interface DistributionSetManagement {
|
|||||||
*
|
*
|
||||||
* @param distributionSetId
|
* @param distributionSetId
|
||||||
* the distribution set id to retrieve the meta data from
|
* the distribution set id to retrieve the meta data from
|
||||||
* @return list of distributionSetMetadata for a given distribution set Id
|
* @return list of distributionSetMetadata for a given distribution set Id.
|
||||||
*/
|
*/
|
||||||
@PreAuthorize(SpringEvalExpressions.HAS_AUTH_READ_REPOSITORY)
|
@PreAuthorize(SpringEvalExpressions.HAS_AUTH_READ_REPOSITORY)
|
||||||
List<DistributionSetMetadata> findDistributionSetMetadataByDistributionSetId(@NotNull Long distributionSetId);
|
List<DistributionSetMetadata> findDistributionSetMetadataByDistributionSetId(@NotNull Long distributionSetId);
|
||||||
|
|||||||
Reference in New Issue
Block a user