mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
suppress unchecked warnings
This commit is contained in:
@@ -421,6 +421,7 @@ public class DefaultPluginLoader implements PluginLoader
|
||||
*
|
||||
* @throws MalformedURLException
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private void locateCoreFile() throws MalformedURLException
|
||||
{
|
||||
Set<String> paths = servletContext.getResourcePaths(PATH_WEBINFLIB);
|
||||
|
||||
Reference in New Issue
Block a user