diff --git a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java b/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java index 552b924..a1bb315 100644 --- a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java +++ b/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java @@ -18,7 +18,7 @@ import java.util.jar.JarFile; /** * Got from - * http://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection#answer-22462785 + * https://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection#answer-22462785 * * The method first gets the current ClassLoader. It then fetches all resources * that contain said package and iterates of these URLs. It then creates a