mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
suppress unchecked warnings
This commit is contained in:
@@ -87,6 +87,7 @@ public class DevelopmentResourceManager extends AbstractResourceManager
|
||||
* @param resourceMap
|
||||
*/
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
protected void collectResources(Map<ResourceKey, Resource> resourceMap)
|
||||
{
|
||||
List<String> scripts = getScriptResources();
|
||||
|
||||
Reference in New Issue
Block a user