Fix for EOL from widows EOL to unix EOL

This commit is contained in:
Gaurav
2016-07-29 13:22:38 +02:00
parent 9c468c76f0
commit dfd449592c
8 changed files with 58 additions and 52 deletions

View File

@@ -496,7 +496,7 @@ public interface SoftwareManagement {
* @throws RSQLParameterSyntaxException
* if the RSQL syntax is wrong
* @return result of all meta data entries for a given software
* module id
* module id.
*/
@PreAuthorize(SpringEvalExpressions.HAS_AUTH_READ_REPOSITORY)
List<SoftwareModuleMetadata> findSoftwareModuleMetadataBySoftwareModuleId(Long softwareModuleId);